From 296dc07f010d8692028db682d02ef3e88e525f01 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 25 Jan 2009 11:03:03 -0500 Subject: tweaked comment templates some more --- static/style/commentary.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style/commentary.css b/static/style/commentary.css index a65eb76..abe2ec4 100644 --- a/static/style/commentary.css +++ b/static/style/commentary.css @@ -19,7 +19,7 @@ padding: 2px; border: 1px solid black; margin-top: 3px; -} + width: 200px; } #commentary form input.submit-post { border: 1px solid black; width: 110px; @@ -31,13 +31,16 @@ width: 110px; background-color: greenyellow; margin-top: 0px; } - #commentary form td.comment_field_name { width: 250px; vertical-align: top; padding-top: 7px; padding-right: 7px; text-align: right; } +#commentary form ul.errorlist { + margin: 5px; + color: red; + font-weight: bold;} #commentary table { width: 93%; -- cgit v1.2.3