summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-19 23:41:50 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-19 23:41:50 +0000
commit5a455de0ecd92a0b189f4aabfadd39b9be7bd5db (patch)
treecc736ad4fe4eb7f2377fd516237b64d70fc63a2d
parenteec7c9bc420af9c5d7bb17a210d74501e8950ab8 (diff)
downloadpfsense-5a455de0ecd92a0b189f4aabfadd39b9be7bd5db.zip
pfsense-5a455de0ecd92a0b189f4aabfadd39b9be7bd5db.tar.gz
make things better in metallic
-rwxr-xr-xusr/local/www/index.php1
-rw-r--r--usr/local/www/themes/metallic/all.css15
2 files changed, 10 insertions, 6 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 2dcaefe..49c496e 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -159,6 +159,7 @@ include("fbegin.inc");
echo "<center><img src=\"logobig.jpg\"></center><br>";
?>
<div id="niftyOutter" width="650">
+ <br/>
<table bgcolor="#990000" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="listtopic">System information</td>
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 8fde310..7586b97 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -26,7 +26,7 @@ form input {
}
#header {
- background: url('images/header.gif') no-repeat;
+ background: url('images/header.jpg') no-repeat;
background-position: 4px;
height: 102px;
width: 808px;
@@ -102,7 +102,7 @@ form input {
margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
- padding-top: 40px;
+ padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 20px
@@ -168,9 +168,12 @@ form input {
position: absolute;
top: 2em;
left: 0px;
+ width: 9.1em;
font-weight: normal;
background: transparent bottom left no-repeat; /* This is key to making the menu maintain visibility when not on a link */
- padding: 0em 0 1em 0;
+ background-color: #000;
+ padding: 0em 0 0.5em 0;
+ padding-top: 0.2em;
}
/* to override top and left in browsers other than IE */
/* which will position to the top right of the containing */
@@ -191,7 +194,7 @@ form input {
cursor: pointer;
}
#navigation ul li:hover div {
- text-decoration: underline;
+ text-decoration: none;
}
#navigation ul li {
@@ -199,8 +202,8 @@ form input {
color: #FFF;
}
#navigation ul li ul li {
- border: 0px solid #505050;
- width: 10em;
+ border: 1px solid #505050;
+ width: 9em;
height: 1.6em;
line-height: 1.6em;
background: url('images/metal_bgr.gif') repeat-x;
OpenPOWER on IntegriCloud