mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 20:10:25 -04:00
removed calc()
This commit is contained in:
parent
f045590243
commit
126781bbb5
@ -7,6 +7,10 @@
|
||||
z-index:100;
|
||||
}
|
||||
|
||||
#kiwixtoolbar > a {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.height_separator {
|
||||
height: 3em;
|
||||
}
|
||||
@ -46,15 +50,12 @@ li.ui-state-focus {
|
||||
float: none;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#kiwixsearchbox {
|
||||
width: calc(100% - 75px);
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
#kiwixsearchform input[type="submit"] {
|
||||
width: 70px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.height_separator {
|
||||
height: 6em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user