yet another pref tabs fix for Safari

master
Andrew Dolgov 18 years ago
parent 35a03bddc2
commit 6eee47b83b

@ -575,7 +575,8 @@ div.prefsTab {
min-width : 100px; min-width : 100px;
text-align : center; text-align : center;
cursor : pointer; cursor : pointer;
height : 20px; position : relative;
bottom : -2px;
} }
div.prefsTabSelected { div.prefsTabSelected {
@ -593,9 +594,10 @@ div.prefsTabSelected {
font-weight : bold; font-weight : bold;
min-width : 100px; min-width : 100px;
text-align : center; text-align : center;
z-index : 2;
cursor : pointer; cursor : pointer;
height : 20px; position : relative;
bottom : -2px;
} }
div.notice { div.notice {

Loading…
Cancel
Save