Edit the commentsarea in blogthon_noir.css

This commit is contained in:
Adrian Vondendriesch 2009-07-25 16:42:03 +02:00
parent b2247904e5
commit 9f6894b7cb
1 changed files with 8 additions and 3 deletions

View File

@ -361,31 +361,35 @@ div.comments {
label.submit_comment_name {
font-weight: bold;
margin-right: 5px;
display: block;
}
#cname {
background-color: #333333;
color: #FFFFFF;
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: #333333;
color: #FFFFFF;
margin-left: 10px;
}
label.submit_comment_quiz {
font-weight: bold;
margin-right: 5px;
display: block;
}
#cquiz {
background-color: #333333;
color: #FFFFFF;
margin-left: 10px;
}
input.submit_comment_button {
@ -396,6 +400,7 @@ div.comments {
color: #FFFFFF;
width: 120px;
text-align: center;
margin-left: 10px;
}
input.submit_comment_button:hover {