From 0a360d723c002b8218347b3b00afd551a6108a54 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 13 Mar 2009 01:07:40 -0400 Subject: Set zorder of graph to -10 --- usr/local/www/themes/_corporate/all.css | 4 +--- usr/local/www/themes/metallic/all.css | 2 +- usr/local/www/themes/nervecenter/all.css | 2 +- usr/local/www/themes/pfsense-dropdown/all.css | 5 +++++ usr/local/www/themes/pfsense/all.css | 5 +++++ usr/local/www/themes/the_wall/all.css | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) (limited to 'usr/local') 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 { -- cgit v1.1