aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-01-25 11:03:03 -0500
committerbnewbold <bnewbold@eta.mit.edu>2009-01-25 11:03:03 -0500
commit296dc07f010d8692028db682d02ef3e88e525f01 (patch)
tree2a40e74323a42ff18f4fb878db9b23239009fe89 /static
parent17dd049b947cb447628002bae3068581733565f1 (diff)
downloadbnewnet-296dc07f010d8692028db682d02ef3e88e525f01.tar.gz
bnewnet-296dc07f010d8692028db682d02ef3e88e525f01.zip
tweaked comment templates some more
Diffstat (limited to 'static')
-rw-r--r--static/style/commentary.css7
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%;