initscript body needs a fixed width font
[plewww.git] / planetlab / css / plc_style.css
index a361c1d..441eb7b 100644 (file)
@@ -38,6 +38,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' );
@@ -184,3 +188,7 @@ p.note_reservable {
     text-align: center;
     font-size: larger; 
 }
+span.note_roles {
+    font-style:italic;
+    font-size: smaller;
+}