Top Menu: text of the link padding top to keep it centered
[myslice.git] / portal / static / css / onelab.css
index 300fa93..114e735 100644 (file)
@@ -1,8 +1,11 @@
+html { height: 100% }
+
 body {
     background-color:white;
     color:black;
     margin:0;
     padding:0;
+    height: 100%;
 }
 a, a:active, a:focus {
     outline: 0;
@@ -127,6 +130,15 @@ div#navigation li:last-child {
     margin-right:0;
 }
 
+div#navigation li.active {
+       padding:5px;
+    padding-top: 15px;
+    min-height: 40px;
+    margin-top: 0px;
+       background-color:gray;
+       color:#FF0000;
+}
+
 /* HOME DASHBOARD */
 div#home-dashboard {
     color:black;