From d539e0e81315def8b1ae5d2f9096e068420cdab4 Mon Sep 17 00:00:00 2001 From: jim-p Date: Sat, 28 Nov 2009 21:24:08 -0500 Subject: 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. --- usr/local/www/themes/the_wall/wizard.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'usr/local/www/themes/the_wall/wizard.css') 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; -- cgit v1.1