Finished #485 and worked out bugs: password fields always update, added margins, fixed Chrome width bug, wrapped checkbox in label element

This commit is contained in:
Jef van Schendel
2011-12-29 22:40:45 +01:00
parent 9f264942d8
commit dab1d70280
2 changed files with 10 additions and 1 deletions

View File

@@ -251,6 +251,11 @@ textarea#comment_content {
text-align: right;
}
#password_boolean {
margin-top: 4px;
width: 20px;
}
/* comments */
.comment_author {