From b2247904e54f80214b6199681afa496167c5ea89 Mon Sep 17 00:00:00 2001 From: Adrian Vondendriesch Date: Sat, 25 Jul 2009 16:35:47 +0200 Subject: Edit the commentsarea in blogthon.css --- styles/blogthon.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'styles') diff --git a/styles/blogthon.css b/styles/blogthon.css index 138ac67..ccc4657 100644 --- a/styles/blogthon.css +++ b/styles/blogthon.css @@ -359,26 +359,40 @@ div.comments { label.submit_comment_name { font-weight: bold; margin-right: 5px; + display: block; + } + + 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 #DFDFDF; + margin-left: 10px; } label.submit_comment_quiz { font-weight: bold; margin-right: 5px; + display: block; } + input.submit_comment_quiz_input { + margin-left: 10px; + } + + input.submit_comment_button { margin-top: 5px; text-align: right; border: #000000; background-color: #DFDFDF; border: 1px dotted #AAAAAA; + margin-left: 10px; } -- cgit v1.2.3