new bg
[myslice.git] / portal / static / css / onelab.css
index aceb6f4..27c6b47 100644 (file)
@@ -8,7 +8,7 @@ body {
     margin:0;
     padding:0;
     height: 100%;
-    letter-spacing:0.6px;
+    letter-spacing:0.3px;
 }
 a, a:active, a:focus {
     outline: 0;
@@ -27,7 +27,7 @@ p.command {
     padding:15px;
     margin:15px 0;
     color:#890000;
-    background-color:#E0E0E0;
+    background-color:#E0E0E0; 
     font-family:Courier, monospace;
 }
 h1 {
@@ -62,6 +62,17 @@ span.subtitle {
     font-weight:normal;
     text-transform:uppercase;
 }
+span.small {
+    font-size:9pt;
+}
+span.gray {
+    color:gray;
+}
+span.type {
+    color:#201E62;
+    font-weight:bold;
+    font-size:9pt;
+}
 span.htitle {
     color:#454545;
     font-size:9pt;
@@ -704,7 +715,7 @@ div.home {
     line-height:1.2em;
     letter-spacing:0.3pt;
     min-height:500px;
-    background-image: url('../img/bg-experiment.png');
+    background-image: url('../img/bg-experiment.jpg');
     background-repeat:no-repeat;
     background-size:cover;
     background-position:center top;
@@ -807,3 +818,20 @@ div.s-monitor {
 span#stats-period-txt {
     text-transform:lowercase;
 }
+
+// resource info modal
+a.resource-info:hover {
+    cursor:pointer;
+}
+table.modal-resource-info tr td:first-child {
+    font-weight:bold;
+    text-align:right;
+}
+table.modal-resource-info tr:first-child td {
+    border-top:0;
+    text-align:center;
+}
+table.modal-resource-info tr:last-child td {
+    border-bottom:0;
+    text-align:center;
+}