styled supportview
[unfold.git] / portal / static / css / onelab.css
index a643755..469a215 100644 (file)
@@ -15,11 +15,12 @@ h1 {
     border-bottom:1px solid #DDDDDD;
     padding:0 0 0 0;
     margin:0 0 0 0;
-    font-size:18pt;
+    font-size:14pt;
 }
 h1 img {
     vertical-align:middle;
-    margin-bottom:6px;
+    margin-bottom:4px;
+    margin-right:10px;
 }
 h2 {
     font-size:14pt;
@@ -371,12 +372,23 @@ a.list-group-item {
     padding:3px 0 3px 10px;
     border-left:2pt white solid;
 }
-a.list-group-item.active, a.list-group-item:hover {
+a.list-group-item.active, a.list-group-item.active:hover {
+    font-weight: bold;
+    color:black;
+    background-color:transparent;
+    border-left:2pt blue solid;
+}
+a.list-group-item.active:hover {
+    background-color:#dddddd;
+}
+a.list-group-item:hover {
     border-left:2pt blue solid;
 }
 a.list-group-item p.list-group-item-text {
     font-size:9pt;
     font-style:italic;
+    font-weight: normal;
+    color: black !important;
 }
 
 div#slice-info {
@@ -463,3 +475,7 @@ div#slice-info td {
 tr.active, tr.active td {
     background-color:#FFFFCC !important;
 }
+div.dataTables_filter label{
+    float:left;
+    width:400px;
+}