3
0
Fork 0

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

small_fixes
renaud gaudin 11 years ago
parent d3aabe626b
commit b4da0c26d7

@ -17,8 +17,8 @@
/* Try to fix buggy stuff in jquery-ui autocomplete */ /* Try to fix buggy stuff in jquery-ui autocomplete */
#ui-id-1 { #ui-id-1 {
background: white; background: white !important;
border: solid 1px grey; border: solid 1px grey !important;
} }
li.ui-state-focus { li.ui-state-focus {
@ -30,7 +30,7 @@ li.ui-state-focus {
font-size: 1.5em; font-size: 1.5em;
} }
.cybook #kiwixsearchbox { .cybook #kiwixsearchbox {
width: 8em; width: 7em;
} }
.cybook a { .cybook a {
text-decoration: underline; text-decoration: underline;

Loading…
Cancel
Save