switch pref tabs back to old-style due to compatibility issues

This commit is contained in:
Andrew Dolgov
2007-05-17 07:33:52 +01:00
parent f335e9659d
commit 1f8274d3c1
3 changed files with 8 additions and 6 deletions

View File

@@ -570,12 +570,12 @@ div.prefsTab {
padding : 3px 5px 3px 5px;
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
position : relative;
bottom : -2px;
border-collapse : collapse;
-moz-border-radius : 3px;
min-width : 100px;
text-align : center;
cursor : pointer;
height : 20px;
}
div.prefsTabSelected {
@@ -588,14 +588,14 @@ div.prefsTabSelected {
background-color : #ecf4ff;
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
position : relative;
bottom : -1px;
border-collapse : collapse;
-moz-border-radius : 3px;
font-weight : bold;
min-width : 100px;
text-align : center;
z-index : 2;
cursor : pointer;
height : 20px;
}
div.notice {