PLE and NITOS how to access a slice
[myslice.git] / portal / static / css / onelab.css
index f6c853e..aceb6f4 100644 (file)
@@ -19,6 +19,17 @@ a:hover {
     color:#0D0049;
 }
 
+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;
@@ -51,6 +62,11 @@ span.subtitle {
     font-weight:normal;
     text-transform:uppercase;
 }
+span.htitle {
+    color:#454545;
+    font-size:9pt;
+    font-weight:normal;
+}
 span.version {
     font-size:8pt;
     color:#888888;
@@ -788,3 +804,6 @@ div.monitor h1 {
 div.s-monitor {
     padding-bottom:25px;
 }
+span#stats-period-txt {
+    text-transform:lowercase;
+}