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/pfsense-dropdown/all.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr/local/www/themes/pfsense-dropdown') 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; +} -- cgit v1.1