summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-16 19:33:23 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-16 19:33:23 +0000
commit4daa1eaf54cdad83d875c5dfc404918cef6aba89 (patch)
treea893b47c62fc301ef1839041223d4f14876937c8 /usr/local
parentebbc882a89074ab7d7df3fd17d9e2bdd8166f7e3 (diff)
downloadpfsense-4daa1eaf54cdad83d875c5dfc404918cef6aba89.zip
pfsense-4daa1eaf54cdad83d875c5dfc404918cef6aba89.tar.gz
Fixed space between content and header.
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/themes/pfsense/all.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index ea5fcf0..8ca179f 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -40,7 +40,7 @@ form input {
}
#header-right .alert {
position: relative;
- background: url('alert.gif') no-repeat;
+ /* background: url('alert.gif') no-repeat; */
background-position: 4px 2px;
color: #fff;
height: 17px;
@@ -68,6 +68,9 @@ form input {
}
#content {
+ border-top: 1px solid #FFFFFF;
+ margin-top: 0px;
+ padding-top: 0px;
width: 800px;
}
@@ -104,7 +107,7 @@ form input {
#navigation {
position: relative;
background-color: #000000;
- top: 5px;
+ top: 0px;
left: 5px;
width: 157px;
padding-top: 6px;
OpenPOWER on IntegriCloud