diff options
author | jim-p <jim@pingle.org> | 2009-11-28 21:24:08 -0500 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-11-28 21:26:32 -0500 |
commit | d539e0e81315def8b1ae5d2f9096e068420cdab4 (patch) | |
tree | d580edcf815bb0548371c308b9c8286f0f94ac99 /usr/local | |
parent | 7db2e2e867f720b0fe8b2f325a8f44eacff2ea0c (diff) | |
download | pfsense-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')
-rw-r--r-- | usr/local/www/themes/metallic/all.css | 8 | ||||
-rw-r--r-- | usr/local/www/themes/nervecenter/all.css | 8 | ||||
-rw-r--r-- | usr/local/www/themes/nervecenter/login.css | 10 | ||||
-rw-r--r-- | usr/local/www/themes/nervecenter/wizard.css | 10 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense_ng/all.css | 10 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense_ng/login.css | 10 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense_ng/wizard.css | 10 | ||||
-rw-r--r-- | usr/local/www/themes/the_wall/all.css | 8 | ||||
-rw-r--r-- | usr/local/www/themes/the_wall/login.css | 10 | ||||
-rw-r--r-- | usr/local/www/themes/the_wall/wizard.css | 10 |
10 files changed, 7 insertions, 87 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index b7190f0..63132b3 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -503,14 +503,6 @@ ul#wzdnav a:active { vertical-align: middle; } - -#graph { - position: relative; - z-index: -10; -} - - - /* Class Based CSS Definitions */ .pgtitle { font-size: 18px; diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index e7d335e..dc92296 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -527,14 +527,6 @@ ul#wzdnav a:active { vertical-align: middle; } - -#graph { - position: relative; - z-index: 10; -} - - - /* Class Based CSS Definitions */ .pgtitle { font-size: 18px; diff --git a/usr/local/www/themes/nervecenter/login.css b/usr/local/www/themes/nervecenter/login.css index 919f405..10de028 100644 --- a/usr/local/www/themes/nervecenter/login.css +++ b/usr/local/www/themes/nervecenter/login.css @@ -459,7 +459,7 @@ ul#wzdnav a:active { #graph { position: relative; - z-index: 10; + z-index: 1; } #logoutbtn { @@ -468,14 +468,6 @@ ul#wzdnav a:active { vertical-align: middle; } - -#graph { - position: relative; - z-index: 10; -} - - - /* Class Based CSS Definitions */ .pgtitle { font-size: 18px; diff --git a/usr/local/www/themes/nervecenter/wizard.css b/usr/local/www/themes/nervecenter/wizard.css index 1c4596a..b3a6ccb 100644 --- a/usr/local/www/themes/nervecenter/wizard.css +++ b/usr/local/www/themes/nervecenter/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; diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css index 0eed400..5f1a5a4 100644 --- a/usr/local/www/themes/pfsense_ng/all.css +++ b/usr/local/www/themes/pfsense_ng/all.css @@ -615,7 +615,7 @@ ul#wzdnav a:active { #graph { position: relative; - z-index: 10; + z-index: 1; } #logoutbtn { @@ -624,14 +624,6 @@ ul#wzdnav a:active { vertical-align: middle; } - -#graph { - position: relative; - z-index: 10; -} - - - /* Class Based CSS Definitions */ .pgtitle { font-size: 18px; diff --git a/usr/local/www/themes/pfsense_ng/login.css b/usr/local/www/themes/pfsense_ng/login.css index 919f405..10de028 100644 --- a/usr/local/www/themes/pfsense_ng/login.css +++ b/usr/local/www/themes/pfsense_ng/login.css @@ -459,7 +459,7 @@ ul#wzdnav a:active { #graph { position: relative; - z-index: 10; + z-index: 1; } #logoutbtn { @@ -468,14 +468,6 @@ ul#wzdnav a:active { vertical-align: middle; } - -#graph { - position: relative; - z-index: 10; -} - - - /* Class Based CSS Definitions */ .pgtitle { font-size: 18px; diff --git a/usr/local/www/themes/pfsense_ng/wizard.css b/usr/local/www/themes/pfsense_ng/wizard.css index 1c4596a..b3a6ccb 100644 --- a/usr/local/www/themes/pfsense_ng/wizard.css +++ b/usr/local/www/themes/pfsense_ng/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; diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index cabe01e..124cf57 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -538,14 +538,6 @@ ul#wzdnav a:active { vertical-align: middle; } - -#graph { - position: relative; - z-index: 10; -} - - - /* Class Based CSS Definitions */ .pgtitle { font-size: 18px; diff --git a/usr/local/www/themes/the_wall/login.css b/usr/local/www/themes/the_wall/login.css index cb6e362..db18c96 100644 --- a/usr/local/www/themes/the_wall/login.css +++ b/usr/local/www/themes/the_wall/login.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; 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; |