summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense-dropdown
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-17 16:46:53 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-17 16:46:53 +0000
commit19326838bafa03cf5143723d49ffb7880a211ffb (patch)
tree07fe16b06a3bc6f267716de52d55a1e2a34d965d /usr/local/www/themes/pfsense-dropdown
parent0dd2a0f47eaeea97bf6e2aa90ebff6c9164cba91 (diff)
downloadpfsense-19326838bafa03cf5143723d49ffb7880a211ffb.zip
pfsense-19326838bafa03cf5143723d49ffb7880a211ffb.tar.gz
Updated all.css so that the drop down menu works properly, menu.gif is the background image for the menu, header-alert.gif and header.gif have been expanded so that they stretch was wide as the content area.
Diffstat (limited to 'usr/local/www/themes/pfsense-dropdown')
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css23
1 files changed, 17 insertions, 6 deletions
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 6f5ab99..a456342 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -18,7 +18,7 @@ form input {
/* ID Based CSS Definitions */
#header {
height: 70px;
- width: 765px;
+ width: 800px;
}
#header-left {
position: relative;
@@ -79,7 +79,7 @@ form input {
top: 10px;
padding: 0px;
margin: 6px;
- width: 765px;
+ width: 800px;
background-color: #990000;
text-align: center;
color: #ffffff;
@@ -95,6 +95,9 @@ form input {
#left {
padding-bottom: 10px;
margin-bottom: 10px;
+ width: 800px;
+ height: 25px;
+ border: 1px solid #990000;
}
#right {
@@ -104,9 +107,9 @@ form input {
/* Style the List */
#navigation {
- background-color: transparent;
+ background: url('menu.gif') no-repeat;
/* width: 693px; */
- width: 763px;
+ width: 800px;
padding: 0px;
height: 28px;
}
@@ -116,12 +119,17 @@ form input {
list-style: none;
text-align: center;
}
+#navigation ul#menu {
+ padding-top: 3px;
+ padding-left: 5px;
+}
+
/* Style the List Elements */
#navigation ul li {
float: left;
position: relative;
/* width: 7.5em; */
- width: 8.27em;
+ width: 8.72em;
}
#navigation ul li div {
font-size: 1em;
@@ -153,7 +161,10 @@ form input {
cursor: pointer;
}
-#navigation ul li,
+#navigation ul li {
+ background-color: transparent;
+ color: #FFF;
+}
#navigation ul li ul li {
border: 1px solid #000;
background-color: #000;
OpenPOWER on IntegriCloud