Fix the search clear button displacing the hidden threads count.

Conflicts:
	src/General/css/style.css
This commit is contained in:
Mayhem 2014-02-05 09:27:26 +01:00 committed by ccd0
parent 08afb03250
commit 723e8cc3e7

View File

@ -485,7 +485,10 @@ hr ~ div.center:not(.ad-cnt) {
}
#index-search-clear {
color: gray;
margin-left: -1em;
display: inline-block;
position: relative;
left: -1em;
width: 0;
}
<% if (type === 'crx') { %>
/* ``::-webkit-*'' selectors break selector lists on Firefox. */