[kiwix-serve] Fixed taskbar height (2 lines) on Cybook and transparency of autocomplete search result

This commit is contained in:
renaud gaudin 2015-03-02 14:23:26 +00:00
parent dc60455cd3
commit 2491a5a0c4
1 changed files with 3 additions and 3 deletions

View File

@ -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;