diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-01-25 11:03:03 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-01-25 11:03:03 -0500 |
commit | 296dc07f010d8692028db682d02ef3e88e525f01 (patch) | |
tree | 2a40e74323a42ff18f4fb878db9b23239009fe89 /static | |
parent | 17dd049b947cb447628002bae3068581733565f1 (diff) | |
download | bnewnet-296dc07f010d8692028db682d02ef3e88e525f01.tar.gz bnewnet-296dc07f010d8692028db682d02ef3e88e525f01.zip |
tweaked comment templates some more
Diffstat (limited to 'static')
-rw-r--r-- | static/style/commentary.css | 7 |
1 files changed, 5 insertions, 2 deletions
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%; |