diff --git a/static/skin/taskbar.css b/static/skin/taskbar.css index 81e8f6160..65ff3135c 100644 --- a/static/skin/taskbar.css +++ b/static/skin/taskbar.css @@ -23,7 +23,7 @@ .kiwixsearch { font-size: 1.6rem; position: relative; - height: 26px; + height: 30px; width: 100%; left: 0; margin-bottom: 0; @@ -60,12 +60,12 @@ label[for="kiwix_button_show_toggle"] { display: inline-block; - height: 26px; + height: 30px; } label[for="kiwix_button_show_toggle"] img { transition: 0.1s; - height: 26px; + height: 30px; } #kiwix_button_show_toggle:checked~label img { @@ -84,7 +84,7 @@ label[for="kiwix_button_show_toggle"], .kiwix #kiwixtoolbar button, .kiwix #kiwixtoolbar input[type="submit"] { box-sizing: border-box !important; - height: 26px !important; + height: 30px !important; line-height: 20px !important; margin-right: 5px !important; padding: 2px 6px !important; @@ -100,7 +100,7 @@ label[for="kiwix_button_show_toggle"], left: 0; box-sizing: border-box !important; width: 100%; - height: 26px !important; + height: 30px !important; line-height: 20px !important; border: 1px solid #b5b2b2 !important; border-radius: 3px !important; @@ -115,7 +115,7 @@ label[for=kiwixsearchbox] { height: 100%; left: 5px; font-size: 90%; - line-height: 26px; + line-height: 30px; vertical-align: middle; }