prefTabs: appearance tweaks
This commit is contained in:
parent
ff284aa0b8
commit
619637bb51
|
@ -591,12 +591,9 @@ div.prefsTab {
|
||||||
font-size : 9pt;
|
font-size : 9pt;
|
||||||
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
|
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
|
||||||
border-collapse : collapse;
|
border-collapse : collapse;
|
||||||
-moz-border-radius : 3px;
|
|
||||||
min-width : 100px;
|
min-width : 100px;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
position : relative;
|
|
||||||
bottom : -2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.prefsTabSelected {
|
div.prefsTabSelected {
|
||||||
|
@ -610,14 +607,10 @@ div.prefsTabSelected {
|
||||||
font-size : 9pt;
|
font-size : 9pt;
|
||||||
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
|
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
|
||||||
border-collapse : collapse;
|
border-collapse : collapse;
|
||||||
-moz-border-radius : 3px;
|
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
min-width : 100px;
|
min-width : 100px;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
position : relative;
|
|
||||||
bottom : -2px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.notice {
|
div.notice {
|
||||||
|
|
Loading…
Reference in New Issue