initscript body needs a fixed width font
[plewww.git] / planetlab / css / plc_style.css
index cba8b5f..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' );
@@ -101,7 +105,6 @@ p.node_add {
     text-align: center;
 /*    font-size: smaller; */
 }
-
 p.node_download {
     font-style: italic;
     padding: 20px 40px;
@@ -179,3 +182,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;
+}