diff options
author | Adrian Vondendriesch <discostu@zoozer.de> | 2009-07-25 16:35:47 +0200 |
---|---|---|
committer | Adrian Vondendriesch <discostu@zoozer.de> | 2009-07-25 16:35:47 +0200 |
commit | b2247904e54f80214b6199681afa496167c5ea89 (patch) | |
tree | a1c210bb46d6cbcb7511172c1ad28f433f617f8b /styles | |
parent | 36de15cffb5cd80431a27cbaf3dd52ae418d6b26 (diff) |
Edit the commentsarea in blogthon.css
Diffstat (limited to 'styles')
-rw-r--r-- | styles/blogthon.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; } |