details can be updated inline - old forms still to be cleaned up
[plewww.git] / planetlab / css / plc_style.css
index cc99aef..9152078 100644 (file)
@@ -28,19 +28,26 @@ h2.plc {
     text-align: center;
 }
 
-
+/* tmp - for visual checking */
+.plc-local {
+    border: 1px solid #00f;
+}
 .plc-foreign {
     background:  #e0e0e0;
 }
-
 .plc-warning {
     background:  orange;
 }
 .plc-error {
     background: red;
+    font-weight:bold;
 }
 
 *.plc-warning a:link { text-decoration: none; color:white }
 *.plc-warning a:visited { text-decoration: none; color:white }
 *.plc-warning a:hover { text-decoration: none; color:black }
 
+/* separator below the minitabs area */
+p.plc-minitabs {
+    height:15px;
+}