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:
parent
31b4c0c6a5
commit
3b128efe27
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user