summaryrefslogtreecommitdiffstats
path: root/reports
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2010-05-25 13:19:05 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-05-25 08:33:02 -0500
commit0400240d17193819815c24b7e38ef5981a9cff97 (patch)
tree8826e0579d2b5fff14d0e5c27220cd503290e74b /reports
parentc0f645a14ebeb2f42d219792dd576d3889acaab3 (diff)
downloadbcfg2-0400240d17193819815c24b7e38ef5981a9cff97.tar.gz
bcfg2-0400240d17193819815c24b7e38ef5981a9cff97.tar.bz2
bcfg2-0400240d17193819815c24b7e38ef5981a9cff97.zip
Fixed div height differences
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5865 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports')
-rw-r--r--reports/site_media/layout.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/reports/site_media/layout.css b/reports/site_media/layout.css
index 73f3b59af..b8789ce22 100644
--- a/reports/site_media/layout.css
+++ b/reports/site_media/layout.css
@@ -12,7 +12,7 @@
#user-tools { position:absolute; top:0; right:0; padding:1.2em 10px; font-size:11px; text-align:right; }
/*SIDEBAR*/
-#sidebar {float: left; position: relative; width: auto; height: 100%; padding: 0 1em 3em 1em; color:ffc; min-height:500px;}
+#sidebar {float: left; position: relative; width: auto; height: 100%; padding: 0 1em 0 1em; color:ffc; min-height:500px;}
a.sidebar:link {color: #fff;}
a.sidebar:active {color: #fff;}
a.sidebar:visited {color: #fff;}
@@ -34,6 +34,7 @@ ul.sidebar-level2 {
div.header {
background-color: #DDD;
padding: 1em;
+ position: relative;
}
div.header h1 {
font-size: 18px;