summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/the_wall/wizard.css
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-11-28 21:24:08 -0500
committerjim-p <jim@pingle.org>2009-11-28 21:26:32 -0500
commitd539e0e81315def8b1ae5d2f9096e068420cdab4 (patch)
treed580edcf815bb0548371c308b9c8286f0f94ac99 /usr/local/www/themes/the_wall/wizard.css
parent7db2e2e867f720b0fe8b2f325a8f44eacff2ea0c (diff)
downloadpfsense-d539e0e81315def8b1ae5d2f9096e068420cdab4.zip
pfsense-d539e0e81315def8b1ae5d2f9096e068420cdab4.tar.gz
Make the graph IDs z-index: 1, which seems to fix it overwriting the menu. Tested on FF and Opera. While here, remove redundant graph ID declaration. Fixes #35 on 2.0.
Diffstat (limited to 'usr/local/www/themes/the_wall/wizard.css')
-rw-r--r--usr/local/www/themes/the_wall/wizard.css10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/local/www/themes/the_wall/wizard.css b/usr/local/www/themes/the_wall/wizard.css
index 1c4596a..b3a6ccb 100644
--- a/usr/local/www/themes/the_wall/wizard.css
+++ b/usr/local/www/themes/the_wall/wizard.css
@@ -460,7 +460,7 @@ ul#wzdnav a:active {
#graph {
position: relative;
- z-index: 10;
+ z-index: 1;
}
#logoutbtn {
@@ -469,14 +469,6 @@ ul#wzdnav a:active {
vertical-align: middle;
}
-
-#graph {
- position: relative;
- z-index: 10;
-}
-
-
-
/* Class Based CSS Definitions */
.pgtitle {
font-size: 18px;
OpenPOWER on IntegriCloud