Merge branch 'master' of ssh://git.onelab.eu/git/plewww
[plewww.git] / planetlab / css / plc_style.css
index e845e01..0a84598 100644 (file)
@@ -27,6 +27,9 @@ 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 #444;
@@ -35,6 +38,13 @@ input[type="text"], textarea {
     background-position: top;
 }
 
+input[type="password"] {
+    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;
@@ -91,7 +101,6 @@ p.node_add {
     text-align: center;
 /*    font-size: smaller; */
 }
-
 p.node_download {
     font-style: italic;
     padding: 20px 40px;
@@ -169,3 +178,13 @@ div#toggle-container-add-node,
 div#toggle-container-add-interface {
     background-color: #e0d0ff;
 }
+p.note_reservable {
+    font-style: italic;
+    padding: 20px 40px;
+    text-align: center;
+    font-size: larger; 
+}
+span.note_roles {
+    font-style:italic;
+    font-size: smaller;
+}