management requests table reorganization
[myslice.git] / portal / static / css / onelab.css
index 83f1d10..e8a5cc1 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;
@@ -23,6 +23,13 @@ a.current {
     text-decoration:underline;
     color:#333333;
 }
+p.command {
+    padding:15px;
+    margin:15px 0;
+    color:#890000;
+    background-color:#E0E0E0; 
+    font-family:Courier, monospace;
+}
 h1 {
     border-bottom:1px solid #DDDDDD;
     padding:0 0 0 0;
@@ -55,6 +62,16 @@ span.subtitle {
     font-weight:normal;
     text-transform:uppercase;
 }
+span.small {
+    font-size:9pt;
+}
+span.gray {
+    color:gray;
+}
+span.type {
+    color:#201E62;
+    font-weight:bold;
+}
 span.htitle {
     color:#454545;
     font-size:9pt;
@@ -800,3 +817,7 @@ div.s-monitor {
 span#stats-period-txt {
     text-transform:lowercase;
 }
+
+table.requests td {
+    padding:4px 6px;
+}