mirror of https://github.com/kiwix/libkiwix.git
Viewer toolbar controls are now of the same height
This commit is contained in:
parent
00032adce2
commit
f58d4a93e1
|
@ -23,7 +23,7 @@
|
||||||
.kiwixsearch {
|
.kiwixsearch {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 26px;
|
height: 30px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -60,12 +60,12 @@
|
||||||
|
|
||||||
label[for="kiwix_button_show_toggle"] {
|
label[for="kiwix_button_show_toggle"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 26px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
label[for="kiwix_button_show_toggle"] img {
|
label[for="kiwix_button_show_toggle"] img {
|
||||||
transition: 0.1s;
|
transition: 0.1s;
|
||||||
height: 26px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#kiwix_button_show_toggle:checked~label img {
|
#kiwix_button_show_toggle:checked~label img {
|
||||||
|
@ -84,7 +84,7 @@ label[for="kiwix_button_show_toggle"],
|
||||||
.kiwix #kiwixtoolbar button,
|
.kiwix #kiwixtoolbar button,
|
||||||
.kiwix #kiwixtoolbar input[type="submit"] {
|
.kiwix #kiwixtoolbar input[type="submit"] {
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
height: 26px !important;
|
height: 30px !important;
|
||||||
line-height: 20px !important;
|
line-height: 20px !important;
|
||||||
margin-right: 5px !important;
|
margin-right: 5px !important;
|
||||||
padding: 2px 6px !important;
|
padding: 2px 6px !important;
|
||||||
|
@ -100,7 +100,7 @@ label[for="kiwix_button_show_toggle"],
|
||||||
left: 0;
|
left: 0;
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 26px !important;
|
height: 30px !important;
|
||||||
line-height: 20px !important;
|
line-height: 20px !important;
|
||||||
border: 1px solid #b5b2b2 !important;
|
border: 1px solid #b5b2b2 !important;
|
||||||
border-radius: 3px !important;
|
border-radius: 3px !important;
|
||||||
|
@ -115,7 +115,7 @@ label[for=kiwixsearchbox] {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
line-height: 26px;
|
line-height: 30px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue