From 2491a5a0c4384f13994536bcac07daff9b8fbeab Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 2 Mar 2015 14:23:26 +0000 Subject: [PATCH] [kiwix-serve] Fixed taskbar height (2 lines) on Cybook and transparency of autocomplete search result --- static/server/taskbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/server/taskbar.css b/static/server/taskbar.css index 2875d2e04..cc69609cf 100644 --- a/static/server/taskbar.css +++ b/static/server/taskbar.css @@ -17,8 +17,8 @@ /* Try to fix buggy stuff in jquery-ui autocomplete */ #ui-id-1 { - background: white; - border: solid 1px grey; + background: white !important; + border: solid 1px grey !important; } li.ui-state-focus { @@ -30,7 +30,7 @@ li.ui-state-focus { font-size: 1.5em; } .cybook #kiwixsearchbox { - width: 8em; + width: 7em; } .cybook a { text-decoration: underline;