diff -r e1b63e4d10f4 -r 10c48a6843ad static/forms.css --- 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