From a0e093c353140308fc2fac24f1ec179e304ab3ba Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 7 Dec 2008 20:53:20 +0000 Subject: Comments --- static/styles.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 64eb77b..e707971 100644 --- a/static/styles.css +++ b/static/styles.css @@ -24,6 +24,11 @@ font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-seri background-color:#ced3e1; } +pre{ +font-size:12px; +font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif; +} + a{ color:#6f819d; } @@ -150,6 +155,10 @@ width:600px; width:160px; } +.new_poll .submit{ +width:auto; +} + .new_poll input.limit{ width:20px; } @@ -261,4 +270,40 @@ border:1px solid lightgrey; .poll-description p{ margin:0; padding:2px; +} + + +.comments ul{ +list-style-type:None; +margin:4px; +padding:0; +} + +.comments li{ +margin:4px; +padding:4px; +border:1px solid lightgrey; +} + +.comments .author{ +margin:0; +color:#6f819d; +padding:0; +} + +.comments input{ +width:160px; +} + +.comments textarea{ +width:160px; +height:100px; +} + +.comments #tdsubmit{ +text-align:center; +} + +.comments .submit{ +width:auto; } \ No newline at end of file -- cgit v1.2.3