From 23c2a4e7aefa20361b69751677152762ccef5553 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 05:40:40 +0100 Subject: graycube fixes; code cleanup --- themes/graycube/theme.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'themes/graycube/theme.css') 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; -- cgit v1.2.3