mirror of https://github.com/kiwix/libkiwix.git
Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix
This commit is contained in:
commit
d7a2b44902
File diff suppressed because it is too large
Load Diff
|
@ -5,6 +5,7 @@
|
||||||
right:0;
|
right:0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index:100;
|
z-index:100;
|
||||||
|
max-height: 2.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#kiwixsearchbox {
|
#kiwixsearchbox {
|
||||||
|
@ -16,9 +17,9 @@
|
||||||
}s
|
}s
|
||||||
|
|
||||||
/* Try to fix buggy stuff in jquery-ui autocomplete */
|
/* Try to fix buggy stuff in jquery-ui autocomplete */
|
||||||
#ui-id-1 {
|
#ui-id-1, .ui-autocomplete {
|
||||||
background: white;
|
background: white !important;
|
||||||
border: solid 1px grey;
|
border: solid 1px grey !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.ui-state-focus {
|
li.ui-state-focus {
|
||||||
|
@ -30,7 +31,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;
|
||||||
|
|
|
@ -12,4 +12,4 @@
|
||||||
</form>
|
</form>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<div style="display: block; height: 2em;"></div>
|
<div style="display: block; height: 3em;"></div>
|
||||||
|
|
Loading…
Reference in New Issue