Fix misaligned menu tabs

Ensure vertical alignment of menu tabs (for example “More” button) 
with link-only tabs by setting:

* `padding-top: 1.25em;` as on `div.vectorTabs span a`
* `line-height: 1.125em;` as on `div.vectorTabs ul li`

Bug: T171142
Change-Id: Ic4ef86589c6c3d442035f3d768cb9036e1ecc237
This commit is contained in:
golopot 2017-07-20 11:55:37 +08:00 committed by VolkerE
parent c4bab69e96
commit 3f19c24696
1 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ div.vectorMenu {
float: left;
cursor: pointer;
position: relative;
line-height: 1.125em;
}
body.rtl div.vectorMenu {
@ -147,7 +148,7 @@ div.vectorMenu h3 span {
display: block;
font-size: 0.8em;
padding-left: 0.7em;
padding-top: 1.375em;
padding-top: 1.25em;
padding-right: 20px;
font-weight: normal;
color: @menu-main-heading-color;