From e9c01d90b0286c0a90bc71516a3d3ed1d27ec3d4 Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Sun, 17 Jul 2005 18:04:33 +0000 Subject: removed pfsense-screen.css because it is not needed. fixed all.css so that ie is no longer broke. --- usr/local/www/themes/pfsense/all.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index 2a571d5..2acd2cd 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -18,7 +18,7 @@ form input { /* ID Based CSS Definitions */ #header { height: 70px; - width: 765px; + width: 800px; } #header-left { position: relative; @@ -72,6 +72,7 @@ form input { margin-top: 0px; padding-top: 0px; width: 800px; + border-right: 1px solid #990000; } #footer { @@ -79,7 +80,7 @@ form input { top: 10px; padding: 0px; margin: 6px; - width: 765px; + width: 800px; background-color: #990000; text-align: center; color: #ffffff; @@ -97,9 +98,10 @@ form input { float: left; } #right { - margin-left: 171px; + /*margin-left: 171px;*/ + margin-left: 170px; margin-top: 5px; - width: 650px; + width: 620px; } -- cgit v1.1