summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-13 01:07:40 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-13 01:07:57 -0400
commit0a360d723c002b8218347b3b00afd551a6108a54 (patch)
treedc62b456d8f04ec01d7ab0e9de77626d66d6f993 /usr/local
parentc313b3d5975a97c37aaf833a9a9b2b8d028ab73c (diff)
downloadpfsense-0a360d723c002b8218347b3b00afd551a6108a54.zip
pfsense-0a360d723c002b8218347b3b00afd551a6108a54.tar.gz
Set zorder of graph to -10
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/themes/_corporate/all.css4
-rw-r--r--usr/local/www/themes/metallic/all.css2
-rw-r--r--usr/local/www/themes/nervecenter/all.css2
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css5
-rw-r--r--usr/local/www/themes/pfsense/all.css5
-rw-r--r--usr/local/www/themes/the_wall/all.css2
6 files changed, 14 insertions, 6 deletions
diff --git a/usr/local/www/themes/_corporate/all.css b/usr/local/www/themes/_corporate/all.css
index 0e913f3..9fbcc4e 100644
--- a/usr/local/www/themes/_corporate/all.css
+++ b/usr/local/www/themes/_corporate/all.css
@@ -462,11 +462,9 @@ ul#wzdnav a:active {
#graph {
position: relative;
- z-index: 10;
+ z-index: -10;
}
-
-
/* Class Based CSS Definitions */
.pgtitle {
font-size: 18px;
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index fb5aabb..cc834d0 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -506,7 +506,7 @@ ul#wzdnav a:active {
#graph {
position: relative;
- z-index: 10;
+ z-index: -10;
}
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index cfd05cb..8293848 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -512,7 +512,7 @@ ul#wzdnav a:active {
#graph {
position: relative;
- z-index: 10;
+ z-index: -10;
}
#logoutbtn {
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index fba8291..7a80399 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -958,3 +958,8 @@ table.sortable thead {
font-weight: bold;
cursor: default;
}
+
+#graph {
+ position: relative;
+ z-index: -10;
+}
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index 5977eb6..7e0577c 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -966,3 +966,8 @@ table.sortable thead {
font-weight: bold;
cursor: default;
}
+
+#graph {
+ position: relative;
+ z-index: -10;
+}
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index c2206d8..e519477 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -530,7 +530,7 @@ ul#wzdnav a:active {
#graph {
position: relative;
- z-index: 10;
+ z-index: -10;
}
#logoutbtn {
OpenPOWER on IntegriCloud