static/forms.css
changeset 32 10c48a6843ad
parent 17 820c46308e45
child 35 13b5dd3a7a5f
--- a/static/forms.css	Fri Jan 07 01:23:24 2011 +0200
+++ b/static/forms.css	Fri Jan 07 02:06:49 2011 +0200
@@ -94,6 +94,12 @@
     padding: 4px;
 }
 
+/* A multi-line text edit widget is wide enough for lots of text */
+form textarea
+{
+    width: 80%;
+}
+
 /* A field that failed validation is highlighted */
 form .failed input,
 form .failed textarea