Fix floating of tabHeader items

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2016-11-29 11:06:00 +01:00
parent e8ea9a5d27
commit 5f5a658e15
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -616,6 +616,7 @@ em {
}
.tabHeaders .tabHeader, .tabHeaders .tabHeader a {
color: #888;
margin-bottom: 1px;
}
.tabHeaders .tabHeader.selected {
font-weight: 600;
@ -628,6 +629,7 @@ em {
.tabHeaders .tabHeader.selected a,
.tabHeaders .tabHeader:hover,
.tabHeaders .tabHeader:hover a {
margin-bottom: 0px;
color: #000;
}
.tabsContainer {