diff options
author | Erik Kristensen <ekristen@pfsense.org> | 2005-07-17 18:04:33 +0000 |
---|---|---|
committer | Erik Kristensen <ekristen@pfsense.org> | 2005-07-17 18:04:33 +0000 |
commit | e9c01d90b0286c0a90bc71516a3d3ed1d27ec3d4 (patch) | |
tree | ef9e2e13ea90df8cc27e58bd7e3aaae05438838f | |
parent | 532d964aea1daf20945beac48b0ebe141580d218 (diff) | |
download | pfsense-e9c01d90b0286c0a90bc71516a3d3ed1d27ec3d4.zip pfsense-e9c01d90b0286c0a90bc71516a3d3ed1d27ec3d4.tar.gz |
removed pfsense-screen.css because it is not needed.
fixed all.css so that ie is no longer broke.
-rw-r--r-- | usr/local/www/themes/pfsense/all.css | 10 |
1 files changed, 6 insertions, 4 deletions
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; } |