summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-19 03:27:37 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-19 03:27:37 +0000
commit2ec28a43a181e278a38361bb8856a333e2fe2780 (patch)
tree9b3817a869afdd20cbf311cf328c9770194c7b8d /usr/local/www/themes/metallic
parentdd1c228bd24aa334a2efc1ec55b1d991de4da035 (diff)
downloadpfsense-2ec28a43a181e278a38361bb8856a333e2fe2780.zip
pfsense-2ec28a43a181e278a38361bb8856a333e2fe2780.tar.gz
my only commit for the night, centers the metallic theme in the browser. cheers!
Diffstat (limited to 'usr/local/www/themes/metallic')
-rw-r--r--usr/local/www/themes/metallic/all.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index ed47820..45dbcea 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -3,6 +3,11 @@ html, body, td, th, input, select {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}
+
+body {
+ margin: 5px auto;
+}
+
form {
margin: 0px;
}
@@ -14,10 +19,10 @@ form input {
}
-
/* ID Based CSS Definitions */
#wrapper {
-
+ width: 815px;
+ margin: 5px auto;
}
#header {
@@ -97,9 +102,10 @@ form input {
margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
- padding-top: 20px;
+ padding-top: 40px;
padding-left: 10px;
padding-right: 10px;
+ padding-bottom: 20px
}
#footer {
@@ -160,7 +166,6 @@ form input {
#navigation ul li ul {
display: none;
position: absolute;
-
top: 2em;
left: 0px;
font-weight: normal;
@@ -195,7 +200,10 @@ form input {
}
#navigation ul li ul li {
border: 1px solid #505050;
- background-color: #505050;
+ width: 10em;
+ height: 1.6em;
+ line-height: 1.6em;
+ background: url('images/metal_bgr.gif') repeat-x;
color: #FFF;
}
#navigation ul li ul li a.navlnk:hover {
OpenPOWER on IntegriCloud