Comments: Align author form label with its field labels below.

Props liljimmi.
Fixes #33069.



git-svn-id: https://develop.svn.wordpress.org/trunk@33408 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-24 16:50:34 +00:00
parent 31b4c0c6a5
commit 3b128efe27
1 changed files with 5 additions and 0 deletions

View File

@ -2060,6 +2060,7 @@ body.iframe {
line-height: 1.4; line-height: 1.4;
font-weight: 600; font-weight: 600;
color: #222; color: #222;
margin: 2px 0 0 9px;
} }
#namediv h3 label { #namediv h3 label {
@ -3414,6 +3415,10 @@ img {
#comments-form .checkforspam { #comments-form .checkforspam {
display: none; display: none;
} }
.edit-comment-author {
margin: 2px 0 0;
}
} }
/* Smartphone */ /* Smartphone */