Edit the commentsarea in blogthon.css
This commit is contained in:
parent
36de15cffb
commit
b2247904e5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user