Align star icon with home icon

(imported from commit c8ba6b53ce9faf9e003cb7b1a0096f13fc85002e)
This commit is contained in:
Zev Benjamin 2013-04-12 16:08:49 -04:00
parent dc0736ef97
commit 5069140116
2 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,7 @@
filter-icon"></span>Your Messages <span class="count">(<span class="value"></span>)</span></a></li>
<li data-name="all" class="hidden-filter"><a href="#narrow/in/all">All messages <span class="count">(<span class="value"></span>)</span></a></li>
<li data-name="private" ><a href="#narrow/is/private-message">All private messages <span class="count">(<span class="value"></span>)</span></a></li>
<li data-name="starred"><a href="#narrow/is/starred"><span class="icon-star filter-icon"></span>Starred messages</a></li>
<li data-name="starred"><a href="#narrow/is/starred"><span class="icon-star humbug-icon-star filter-icon"></span>Starred messages</a></li>
</ul>
<ul id="stream_filters" class="filters scrolling_list"></ul>
</div>

View File

@ -1108,3 +1108,8 @@ li.expanded_subject {
#pw_change_controls {
display: none;
}
/* The regular icon-star is not aligned correctly with respect to icon-home */
.humbug-icon-star {
background-position: -121px 0 !important;
}