Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / portal / static / css / onelab.css
index c39de29..07a77eb 100644 (file)
@@ -261,21 +261,6 @@ div#home-dashboard div#home-slice-list li {
 }
 /**/
 
-/* NAV TABS */
-
-.nav.nav-tabs {
-}
-
-.nav.nav-tabs li.active a {
-   
-}
-
-.nav.nav-tabs li a {
-}
-
-.nav.nav-tabs li a:hover {
-}
-
 /**/
 /* WELL */
 div.well {
@@ -338,19 +323,24 @@ div#ticket-request p {
     margin:20px 0;
 }
 
-/* SLICE VIEW */
-ul.nav-sliceview {}
-ul.nav-sliceview li {
-    
+ul.nav-tabs {}
+ul.nav-tabs ul {}
+ul.nav-tabs li {}
+
+ul.nav-section li a {
+    border-bottom:0;
 }
-ul.nav-sliceview li:first-child {
+ul.nav-section li:first-child {
     padding:0;
 }
-ul.nav-sliceview li:first-child a {
+ul.nav-section li:first-child a {
     font-weight:bold;
     padding:6px 15px 4px 15px;
 }
-ul.nav-sliceview li:first-child img {
+ul.nav-section li:first-child.active a {
+    padding:6px 15px 3px 15px;
+}
+ul.nav-section li:first-child img {
     margin:0 4px 1px 0;
     padding:0;
 }
@@ -363,6 +353,7 @@ ul.nav-resources a {
 }
 
 
+/* SLICE VIEW */
 
 
 div#slice-view {
@@ -380,12 +371,39 @@ 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 {
+    margin-top:25px;
+}
+div#slice-info table {
+    width:100%;
+    margin:0 auto;
+}
+div#slice-info table td:first-child {
+    text-align:right;
+    font-weight:bold;
+    padding-right:15px;
+}
+div#slice-info td {
+    padding:5px;
 }
 
 /* SLICE VIEW sections */
@@ -456,3 +474,7 @@ a.list-group-item p.list-group-item-text {
 tr.active, tr.active td {
     background-color:#FFFFCC !important;
 }
+div.dataTables_filter label{
+    float:left;
+    width:400px;
+}