QA improvement of tabs with small width

This commit is contained in:
Felix Niklas 2014-12-16 15:11:49 +01:00
parent fd34985344
commit 7c135d690e

View file

@ -3685,14 +3685,14 @@ footer {
} }
.type-tabs .tab { .type-tabs .tab {
line-height: 40px; line-height: 42px;
padding: 0 8px 0 8px; padding: 0 12px 0 12px;
} }
.type-tabs .icon { .type-tabs .icon {
vertical-align: top; vertical-align: top;
margin-right: 9px; margin-right: 9px;
margin-top: 10px; margin-top: 11px;
-webkit-transform: scale(1.2); -webkit-transform: scale(1.2);
transform: scale(1.2); transform: scale(1.2);
} }