From 370ad521b3792527061f261f2078a0152c44e32b Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Sun, 8 Jul 2007 17:26:55 +0000 Subject: [PATCH] --- skin/cis.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/skin/cis.css b/skin/cis.css index 2ed8a260b..c87ceb78f 100644 --- a/skin/cis.css +++ b/skin/cis.css @@ -7,9 +7,10 @@ body /*IE hack*/ voice-family: "\"}\""; voice-family: inherit; - font-size: small; + font-size: small; /*IE hack end*/ } + iframe { margin:0px; @@ -17,20 +18,32 @@ iframe border-style:none; padding:0px; } + #menue { - position:absolute; top:8%; width:19%; height:90%; } -#content +/* IE < 7 */ +html>body #menue { position:absolute; +} + +#content +{ width:80%; height:90%; left:20%; } +/* IE < 7 */ +html>body #content +{ + position:absolute; +} + + input.TextBox { background-color: White;