From 9f6894b7cb8d07e86f7f419d8ebbdaa52266008a Mon Sep 17 00:00:00 2001 From: Adrian Vondendriesch Date: Sat, 25 Jul 2009 16:42:03 +0200 Subject: Edit the commentsarea in blogthon_noir.css --- styles/blogthon_noir.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'styles') diff --git a/styles/blogthon_noir.css b/styles/blogthon_noir.css index ae735d6..c41ca38 100644 --- a/styles/blogthon_noir.css +++ b/styles/blogthon_noir.css @@ -361,31 +361,35 @@ div.comments { label.submit_comment_name { font-weight: bold; margin-right: 5px; + display: block; } - #cname { - background-color: #333333; - color: #FFFFFF; + input.submit_comment_name_input { + margin-left: 10px; } label.submit_comment_text { font-weight: bold; margin-right: 5px; + display: block; } textarea.submit_comment_textarea { background-color: #333333; color: #FFFFFF; + margin-left: 10px; } label.submit_comment_quiz { font-weight: bold; margin-right: 5px; + display: block; } #cquiz { background-color: #333333; color: #FFFFFF; + margin-left: 10px; } input.submit_comment_button { @@ -396,6 +400,7 @@ div.comments { color: #FFFFFF; width: 120px; text-align: center; + margin-left: 10px; } input.submit_comment_button:hover { -- cgit v1.2.3