From 240190fa8f242d7dfe6d34c85232613cb4af0e7a Mon Sep 17 00:00:00 2001 From: jrandom Date: Mon, 23 Aug 2004 01:52:05 +0000 Subject: [PATCH] oOo's patch to get the console not looking toooo bad on IE, and clean up some ugliness on firefox/moz w/ larger fonts --- apps/routerconsole/jsp/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/default.css b/apps/routerconsole/jsp/default.css index a0c1cb97d..b83d59e18 100644 --- a/apps/routerconsole/jsp/default.css +++ b/apps/routerconsole/jsp/default.css @@ -17,6 +17,7 @@ img { div.logo { float: left; + width: 200px; left: 1em; top: 1em; margin: 0em; @@ -29,6 +30,7 @@ div.routersummary { /* height: 5em; */ /* position: fixed; */ float: left; + width: 200px; /* left: 1em; */ /* top: 1em; */ margin: 0em; @@ -42,7 +44,7 @@ div.routersummary { } div.warning { - margin: 0em 1em 1em 12em; + margin: 0em 1em 1em 224px; padding: .5em 1em; background-color: #ffefef; border: medium solid #ffafaf; @@ -51,7 +53,7 @@ div.warning { } div.main { - margin: 0em 1em 1em 12em; + margin: 0em 1em 1em 224px; padding: .5em 1em; background-color: #ffffef; border: medium solid #ffffd0;