profiling - truncate_and_popup - reservable constants
[plewww.git] / planetlab / css / plc_style.css
index 6ab48c5..dec59a6 100644 (file)
@@ -27,19 +27,31 @@ body {
 }
 
 /* -------------------- inputs in forms */
+/* note: this is used by the register wizard as well
+   in case where importing all this file this would some day conflict
+   it might make sense to split this file into plc_style (general) and plc_views (specifics) */
 /* don't mess with other types of input, e.g. buttons might get affected */
-input[type="text"], textarea
-{
-    border: solid 1px #85b1de;
+input[type="text"], textarea {
+    border: solid 1px #444;
     background-image: url( '/planetlab/icons/form_input_bg.png' );
     background-repeat: repeat-x;
     background-position: top;
 }
 
-/*
-xxx todo - - tweak the layout of disabled fields
-st like [disabled="disabled'] 
-*/
+input[type="password"], textarea {
+    border: solid 1px #444;
+    background-image: url( '/planetlab/icons/form_input_password.png' );
+    background-repeat: repeat-x;
+    background-position: top;
+}
+
+/* make disabled fields more obvious */
+input[type="text"][disabled], textarea[disabled] {
+    border: solid 1px #f8f8f8;
+    background-image: url( '/planetlab/icons/form_input_disabled.png' );
+    background-repeat: repeat-x;
+    background-position: top;
+}
 
 /* -------------------- errors & warnings */
 .plc-warning {