From b0a477c5ca1542164e0bd0c46284dc9dec45b253 Mon Sep 17 00:00:00 2001 From: z3d Date: Wed, 29 Jul 2009 15:03:41 +0000 Subject: [PATCH] Internet Explorer fix for classic console theme. --- .../themes/console/classic/console.css | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 7e7286fdc..402b2b46b 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -128,9 +128,10 @@ h1 { display: none !important; } + table { - border-collapse: collapse; - width: 100%; +/* border-collapse: collapse; */ + width: 700px; border: 5px solid #dfd; margin: 5px 0px; cell-padding: 1px; @@ -138,6 +139,7 @@ table { background: #fff; } + th { background-color: #ccf; padding: 5px 2px; @@ -165,4 +167,17 @@ hr { height: 2px; border: 0px solid #ff9; margin: 10px 0; -} \ No newline at end of file +} + +.statusnotes { + font-style: italic; + font-size: 8pt; + color: #001; + text-align: center; + border: 5px solid #dfd !important; + border-top: 0px !important; + margin: -5px 0 5px 0; + padding: 7px; + background: #fff; + width: 700px; + } \ No newline at end of file