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