prefTabs: appearance tweaks
This commit is contained in:
parent
ff284aa0b8
commit
619637bb51
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue