From d7905a0960670270f6d6f568a2c9764fe0eadd45 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 5 Feb 2014 09:27:26 +0100 Subject: [PATCH] Fix the search clear button displacing the hidden threads count. --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 99fdb3a20..b058c9474 100644 --- a/css/style.css +++ b/css/style.css @@ -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. */