added theme
[myslice.git] / portal / static / css / onelab.css
index 06925d3..d504755 100644 (file)
@@ -345,6 +345,12 @@ div.wrapper {
     position:relative;
 }
 
+span.label {
+    font-size:11pt;
+    color:gray;
+    font-weight:normal;
+    padding:0;
+}
 /***** Notifications *****/
 .warning {
     border: 1px solid red;
@@ -429,8 +435,7 @@ div#navigation li:last-child {
 /* HOME DASHBOARD */
 div#home-dashboard {
     color:black;
-    margin:25px 0;
-    border:1px red solid;
+    margin:25px auto;
 }
 div#home-dashboard table {
     margin:25px;
@@ -447,12 +452,21 @@ div#home-dashboard table tr:first-child td {
     color:#270A5A;
 }
 div#home-dashboard table tr:last-child td {
+    font-size:12pt;
+    vertical-align:top;
+    border-right:1px solid #DDDDDD;
+    padding:25px;
+}
+div#home-dashboard table tr:last-child td:first-child {
+}
+div#home-dashboard table tr:last-child td:last-child {
+    border-right:0;
+}
+div#home-dashboard table tr:last-child td div {
     text-align:left;
+    padding:25px 0;
 }
 div#home-dashboard table td.support {
-    font-size:14pt;
-    vertical-align:top;
-    padding-left:11%;
 }
 div#home-dashboard table td.support a {
 }