Fix the search clear button displacing the hidden threads count.

This commit is contained in:
Mayhem 2014-02-05 09:27:26 +01:00
parent 5a29b74581
commit d7905a0960

View File

@ -389,7 +389,9 @@ a[href="javascript:;"] {
}
#index-search-clear {
color: gray;
margin-left: -1.25em;
position: relative;
left: -1.25em;
width: 0;
}
<% if (type === 'crx') { %>
/* ``::-webkit-*'' selectors break selector lists on Firefox. */