From 7ab8c6374083afcf1eeac34d7cdc5f30354def06 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 6 Apr 2006 21:05:20 +0000 Subject: [PATCH] better layout in both browsers it looks the same --- www/extras/adminConsole/adminConsole.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/extras/adminConsole/adminConsole.css b/www/extras/adminConsole/adminConsole.css index 49fa5c318..5050af8bf 100644 --- a/www/extras/adminConsole/adminConsole.css +++ b/www/extras/adminConsole/adminConsole.css @@ -53,6 +53,7 @@ th { background-image: url(bg_console.gif); background-repeat: repeat-x; min-height: 400px; + width: 75%; } /* Hides from non-ie: the holly hack \*/ * html .adminConsoleWorkArea { @@ -71,6 +72,7 @@ th { padding: 5px; */ font-family: helvetica, arial; font-size: 12px; + z-index: 1000; /* background-image: url(bg_console.gif); background-repeat: repeat-x; */ } @@ -131,9 +133,9 @@ th { .adminConsoleHelpIcon { position: absolute; - top: 70px; - right: 196px; - z-index: 1000; + top: 72px; + left: 17px; + z-index: 999; } /* tables */