prefTabs: appearance tweaks

This commit is contained in:
Andrew Dolgov 2008-05-12 09:36:07 +01:00
parent ff284aa0b8
commit 619637bb51
1 changed files with 0 additions and 7 deletions

View File

@ -591,12 +591,9 @@ div.prefsTab {
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
border-collapse : collapse;
-moz-border-radius : 3px;
min-width : 100px;
text-align : center;
cursor : pointer;
position : relative;
bottom : -2px;
}
div.prefsTabSelected {
@ -610,14 +607,10 @@ div.prefsTabSelected {
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
border-collapse : collapse;
-moz-border-radius : 3px;
font-weight : bold;
min-width : 100px;
text-align : center;
cursor : pointer;
position : relative;
bottom : -2px;
}
div.notice {