From 0fd9bf37f8d2265d86691ea2d7a29234eeaa44d7 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 1 May 2006 19:57:44 +0000 Subject: [PATCH] admin console looks better in IE now --- www/extras/adminConsole/adminConsole.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/extras/adminConsole/adminConsole.css b/www/extras/adminConsole/adminConsole.css index 8573fd5f8..cde9e23df 100644 --- a/www/extras/adminConsole/adminConsole.css +++ b/www/extras/adminConsole/adminConsole.css @@ -4,7 +4,8 @@ body{ border: 5px #214A7A solid; margin:0px; padding:0px; - min-height: 700px; + min-height: 590px; + _height: 590px; } th { @@ -52,6 +53,7 @@ th { -moz-border-radius: 10px; background-color: #fafafa; min-height: 400px; + _height: 400px; width: 78%; z-index: 10; }