Align tabs and search input font-size

Bumping font-size slightly up from 12.8px to 13px and unify it on
Vector tabs and search input.

Change-Id: Ia2e2d623b19fba2566db36b9800102d52130af6b
This commit is contained in:
Volker E 2018-05-23 01:49:15 +02:00 committed by Krinkle
parent fa92823789
commit 0a0ddcc581
2 changed files with 7 additions and 7 deletions

View File

@ -54,7 +54,7 @@
#searchInput {
width: 100%;
padding: 0.2em 0 0.2em 0.2em;
font-size: 13px;
font-size: 0.8125em; // equals `13px` at browser default of `16px`
direction: ltr;
&:focus {

View File

@ -68,11 +68,11 @@
a {
display: block;
height: 1.9em;
padding-left: 0.625em; // equals `8px` at computed `font-size` of `12.8px`
padding-right: 0.625em;
padding-left: 0.615em; // equals `8px` at computed `font-size` of `13px` below
padding-right: 0.615em;
color: @menu-link-color;
cursor: pointer;
font-size: 0.8em;
font-size: 0.8125em; // equals `13px` at browser default of `16px`
}
}
@ -117,8 +117,8 @@
span {
position: relative;
display: block;
font-size: 0.8em;
padding-left: 0.625em;
font-size: 0.8125em;
padding-left: 0.615em;
padding-top: 1.25em;
padding-right: 16px;
font-weight: normal;
@ -223,7 +223,7 @@ x:default {
white-space: nowrap;
color: @menu-link-color;
cursor: pointer;
font-size: 0.8em;
font-size: 0.8125em;
}
.vectorMenu li.selected a,