Setting tag plewww-5.2-2
[plewww.git] / planetlab / css / plc_style.css
index 0a84598..60a5485 100644 (file)
@@ -26,6 +26,15 @@ body {
     font-weight: bold;
 }
 
+/* this class is used to store data that needs to get passed to javascript code */
+/* these elements are not meant to be rendered */
+.hidden {
+    display: none;
+}
+.center {
+    text-align: center;
+}
+
 /* -------------------- 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
@@ -38,6 +47,10 @@ input[type="text"], textarea {
     background-position: top;
 }
 
+textarea {
+    font-family: courier, monospace;
+}
 input[type="password"] {
     border: solid 1px #444;
     background-image: url( '/planetlab/icons/form_input_password.png' );