Edit the commentsarea in blogthon.css

This commit is contained in:
Adrian Vondendriesch 2009-07-25 16:35:47 +02:00
parent 36de15cffb
commit b2247904e5
1 changed files with 14 additions and 0 deletions

View File

@ -359,26 +359,40 @@ div.comments {
label.submit_comment_name { label.submit_comment_name {
font-weight: bold; font-weight: bold;
margin-right: 5px; margin-right: 5px;
display: block;
}
input.submit_comment_name_input {
margin-left: 10px;
} }
label.submit_comment_text { label.submit_comment_text {
font-weight: bold; font-weight: bold;
margin-right: 5px; margin-right: 5px;
display: block;
} }
textarea.submit_comment_textarea { textarea.submit_comment_textarea {
background-color #DFDFDF; background-color #DFDFDF;
margin-left: 10px;
} }
label.submit_comment_quiz { label.submit_comment_quiz {
font-weight: bold; font-weight: bold;
margin-right: 5px; margin-right: 5px;
display: block;
} }
input.submit_comment_quiz_input {
margin-left: 10px;
}
input.submit_comment_button { input.submit_comment_button {
margin-top: 5px; margin-top: 5px;
text-align: right; text-align: right;
border: #000000; border: #000000;
background-color: #DFDFDF; background-color: #DFDFDF;
border: 1px dotted #AAAAAA; border: 1px dotted #AAAAAA;
margin-left: 10px;
} }