From 723e8cc3e79fba6d79b33337c135d6cd65968f64 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. Conflicts: src/General/css/style.css --- src/General/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 46cdd27bc..9afb4c64f 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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. */