more consistency
[plewww.git] / planetlab / css / plc_style.css
index 40ccf29..a3a1b02 100644 (file)
@@ -25,15 +25,13 @@ body {
     position: relative;
 }
 
-.plc-foreign {
-    background:  #e0e0e0;
-}
 .plc-warning {
+    padding: 4px;
     background:  #ffa223; 
 }
 .plc-error {
     background: red;
-    font-weight:bold;
+    font-weight: bold;
 }
 
 .plc-warning a:link { text-decoration: none; color:white }
@@ -54,8 +52,9 @@ div.block-planetlab a {
     padding: 10px;
 }
 
-#admin-search-form input {
-    padding-left : 20 px;
+#admin-search-form label {
+    font-weight : bold;
+    padding-right: 20px;
 }
 
 span.tokens {
@@ -66,3 +65,11 @@ span.tokens {
 #admin-search-message {
     padding: 30px;
 }
+
+p.node_add {
+    font-style: italic;
+    padding: 20px 40px;
+    text-align: center;
+    font-size: larger;
+}
+