mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 12:00:21 -04:00
Fix a few bugs found in code review
This commit is contained in:
parent
df047588a9
commit
5b612e67bd
@ -1,10 +1,10 @@
|
||||
<span class="kiwix">
|
||||
<span id="kiwixtoolbar" class="ui-widget-header">
|
||||
<div class="kiwix_centered">
|
||||
<div class="kiwix_searchform">
|
||||
<div class="kiwix_searchform" style="margin: auto auto;float: none;">
|
||||
<form class="kiwixsearch" method="GET" action="__ROOT_LOCATION__/search" id="kiwixsearchform">
|
||||
<label for="kiwixsearchbox" style="line-height: 30px;">🔍</label>
|
||||
<input autocomplete="off" class="ui-autocomplete-input" id="kiwixsearchbox" name="pattern" type="text">
|
||||
<input type="submit" value="🔍">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -39,6 +39,7 @@
|
||||
#kiwix_serve_taskbar_home_button button {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
max-width: 160px;
|
||||
}
|
||||
|
||||
@ -51,7 +52,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#button_show_toggle:not(:checked)~label:after {
|
||||
content: '⌃';
|
||||
transform: rotate(180deg);
|
||||
@ -74,8 +74,9 @@
|
||||
label[for="button_show_toggle"]:after {
|
||||
transition: 0.1s;
|
||||
display: inline-block;
|
||||
line-height: 21px;
|
||||
font-size: 30px;
|
||||
line-height: 21px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
label[for="button_show_toggle"],
|
||||
@ -120,9 +121,10 @@ label[for=kiwixsearchbox] {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
left: 3px;
|
||||
left: 5px;
|
||||
font-size: 90%;
|
||||
line-height: 26px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Try to fix buggy stuff in jquery-ui autocomplete */
|
||||
|
Loading…
x
Reference in New Issue
Block a user