summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense/all.css
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/www/themes/pfsense/all.css
parentc313b3d5975a97c37aaf833a9a9b2b8d028ab73c (diff)
downloadpfsense-0a360d723c002b8218347b3b00afd551a6108a54.zip
pfsense-0a360d723c002b8218347b3b00afd551a6108a54.tar.gz
Set zorder of graph to -10
Diffstat (limited to 'usr/local/www/themes/pfsense/all.css')
-rw-r--r--usr/local/www/themes/pfsense/all.css5
1 files changed, 5 insertions, 0 deletions
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;
+}
OpenPOWER on IntegriCloud