Merge pull request #309 from kiwix/better-taskbar-padding

Better kiwix-serve content (because of taskbar) top-padding
This commit is contained in:
Kelson 2019-07-12 20:18:25 +02:00 committed by GitHub
commit ee9ae0e81f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -123,6 +123,10 @@ label[for=kiwixsearchbox] {
vertical-align: middle;
}
body {
padding-top: 30px !important;
}
/* Try to fix buggy stuff in jquery-ui autocomplete */
#ui-id-1,
.ui-autocomplete {
@ -179,4 +183,4 @@ li.ui-state-focus {
.kiwix_searchform {
width: 80%;
}
}
}

View File

@ -19,4 +19,3 @@
</div>
</span>
</span>
<div style="display: block; height: 5em;"></div>