aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--styles/blogthon.css14
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;
}