From b4da0c26d729bc0abb14b9d076720359677cc53c Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 2 Mar 2015 14:23:26 +0000 Subject: [PATCH 1/4] [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 2875d2e..cc69609 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; From 225d76a6d65f814030550566126749f49e1766cf Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 2 Mar 2015 14:54:29 +0000 Subject: [PATCH 2/4] [kiwix-serve] Fixed taskbar margin from content if content has no margin --- static/server/taskbar.css | 1 + static/server/taskbar.html.part | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/server/taskbar.css b/static/server/taskbar.css index cc69609..e7665df 100644 --- a/static/server/taskbar.css +++ b/static/server/taskbar.css @@ -5,6 +5,7 @@ right:0; top: 0; z-index:100; + max-height: 2em; } #kiwixsearchbox { diff --git a/static/server/taskbar.html.part b/static/server/taskbar.html.part index 408847b..7df7156 100644 --- a/static/server/taskbar.html.part +++ b/static/server/taskbar.html.part @@ -12,4 +12,4 @@ -
+
From fea4cf15a31621d1de432915f20804a01f84748d Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 2 Mar 2015 15:00:13 +0000 Subject: [PATCH 3/4] transparency kiwix-serve --- static/server/taskbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/server/taskbar.css b/static/server/taskbar.css index e7665df..15232f3 100644 --- a/static/server/taskbar.css +++ b/static/server/taskbar.css @@ -17,7 +17,7 @@ }s /* Try to fix buggy stuff in jquery-ui autocomplete */ -#ui-id-1 { +#ui-id-1, .ui-autocomplete { background: white !important; border: solid 1px grey !important; } From 3c4457a7e15c0780c4c4beefb515f4f7cbd0ac42 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 2 Mar 2015 15:03:30 +0000 Subject: [PATCH 4/4] give some margin (ahah) for the margin to be eaten up --- static/server/taskbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/server/taskbar.css b/static/server/taskbar.css index 15232f3..86c25d9 100644 --- a/static/server/taskbar.css +++ b/static/server/taskbar.css @@ -5,7 +5,7 @@ right:0; top: 0; z-index:100; - max-height: 2em; + max-height: 2.8em; } #kiwixsearchbox {