summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 05:40:40 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 05:40:40 +0100
commit23c2a4e7aefa20361b69751677152762ccef5553 (patch)
treeaae574c0ff5819f0b26d987a35362250091ca655 /themes
parente7dfc9c9892f5a7b1aa205f04b254d12883ecab2 (diff)
graycube fixes; code cleanup
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index baec918b8..0a003bda9 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -300,9 +300,11 @@ div.headlines_cdm {
border-collapse : collapse;
}
-#footer {
+#footer, #prefFooter {
+ vertical-align : middle;
+ display : block;
position : absolute;
- bottom : 0px;
+ bottom : 5px;
text-align : center;
color : gray;
font-size : x-small;
@@ -351,7 +353,7 @@ div.prefsTabSelected {
/* preferences layout */
#prefHeader {
- margin : 10px;
+ margin : 10px 10px 10px 25px;
color : gray;
font-size : small;
}
@@ -372,9 +374,14 @@ div.return a:hover {
#prefContent {
clear : left;
- margin : 0px 10px 0px 10px;
+ position : absolute;
+ bottom : 30px;
+ top : 75px;
+ overflow : auto;
+ left : 10px;
+ right : 10px;
padding : 1em;
- min-height : 300px;
+ margin : 0px;
background : white;
font-size : small;
border-width : 1px 1px 1px 1px;