summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-30 11:47:46 +0100
committerAndrew Dolgov <[email protected]>2006-09-30 11:47:46 +0100
commit656f4b6cd1de8d15544c57514dd7edd5188a705b (patch)
tree8336482b1ddb94a3c95c54e16a5bbb4796407a77 /themes
parent77834b2ee62e87b7fd9b7f0dff3f912241ab23be (diff)
rework preferences tabs
Diffstat (limited to 'themes')
-rw-r--r--themes/compat/theme.css50
1 files changed, 37 insertions, 13 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css
index e3546017f..29a57af81 100644
--- a/themes/compat/theme.css
+++ b/themes/compat/theme.css
@@ -422,8 +422,39 @@ div.helpResponse h2, div.infoBoxContents h2 {
font-size : 12pt;
}
-table.main td.prefsTabs {
- padding-left : 5px;
+div.prefsTab {
+ border-width : 1px 1px 0px 1px;
+ border-color : #c0c0c0;
+ border-style : solid;
+ font-size : small;
+ position : relative;
+ bottom : 0px;
+ border-collapse : collapse;
+ -moz-border-radius : 3px;
+ min-width : 100px;
+ text-align : center;
+ background-image : url("images/vgrad_light_rev2.png");
+ background-position : top left;
+ background-repeat : repeat-x;
+
+}
+
+div.prefsTabSelected {
+ float : left;
+ border-width : 1px 1px 0px 1px;
+ border-color : #c0c0c0;
+ border-style : solid;
+ margin : 0px 0px 0px 5px;
+ padding : 3px 5px 3px 5px;
+ font-size : small;
+ position : relative;
+ bottom : 0px;
+ border-collapse : collapse;
+ -moz-border-radius : 3px;
+ font-weight : bold;
+ min-width : 100px;
+ text-align : center;
+ background : white;
}
input.prefsTab {
@@ -903,24 +934,16 @@ div.headlines_cdm {
font-size : small;
}
-#prefTabs {
- border-width : 0px 0px 1px 0px;
- border-color : #c0c0c0;
- border-style : solid;
- border-collapse : collapse;
- padding : 0px 10px 0px 10px;
-}
-
-#prefTabs div.return {
+div.return {
float : right;
font-size : small;
}
-#prefTabs div.return a {
+div.return a {
color : #5050aa;
}
-#prefTabs div.return a:hover {
+div.return a:hover {
color : black;
}
@@ -932,4 +955,5 @@ div.headlines_cdm {
background-position : top left;
background-repeat : repeat-x;
font-size : small;
+ border-color : #c0c0c0;
}