style for the resource view
[unfold.git] / portal / static / css / onelab.css
index 0b2b660..df1e7dc 100644 (file)
@@ -132,6 +132,20 @@ button.btn-onelab:active, input.btn-onelab:active {
     margin-top:2px;
 }
 
+.container-resource button {
+    padding:2px 4px;
+    border-radius:3px;
+    font-size:9pt;
+    font-weight:normal;
+}
+.container-resource select,.container-resource option, .container-resource input {
+    padding:2px 4px;
+    font-size:9pt;
+}
+.badge {
+    font-size:9pt;
+    margin-left:4px;
+}
 /***** Notifications *****/
 .warning {
     border: 1px solid red;
@@ -296,7 +310,10 @@ ul.nav-resources a {
 }
 
 /* SLICE VIEW */
-
+div.container-resource {
+    padding-right:15px;
+    padding-left:15px;
+}
 
 div#slice-view {
     margin:0;
@@ -340,6 +357,23 @@ a.list-group-item p.list-group-item-text {
     color: black !important;
 }
 
+span.sl-resources {
+    font-size:9pt;
+    color:gray;
+}
+a.sl-resources, a.sl-resources:hover {
+    font-size:9pt;
+    border:0;
+    padding:2px 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+}
+a.sl-resources.active, a.sl-resources.active:hover, a.sl-resources.active:focus {
+    border:0;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+}
+
 div#slice-info {
     margin-top:25px;
 }