[kiwix-serve] Fixed taskbar margin from content if content has no margin

This commit is contained in:
renaud gaudin 2015-03-02 14:54:29 +00:00
parent 384ee12bfd
commit dda3dd4749
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
right:0; right:0;
top: 0; top: 0;
z-index:100; z-index:100;
max-height: 2em;
} }
#kiwixsearchbox { #kiwixsearchbox {

View File

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