Merge "Increase clickable area of tabs buttons"

This commit is contained in:
jenkins-bot 2020-03-07 00:26:55 +00:00 committed by Gerrit Code Review
commit 707fa69276

View file

@ -35,14 +35,14 @@
float: left;
height: 100%;
list-style: none;
margin: 3px;
min-height: 26px;
margin: 0 3px;
min-height: 32px;
position: relative;
span.tab {
display: block;
float: left;
line-height: 26px;
line-height: 32px;
a,
a:visited {
@ -53,7 +53,7 @@
cursor: pointer;
display: inline-block;
float: left;
height: 26px;
height: 32px;
padding-left: 18px;
padding-right: 12px;
}
@ -75,7 +75,7 @@
.section-main {
position: relative;
float: left;
min-height: 26px;
min-height: 32px;
height: 100%;
}