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

Props liljimmi.
Fixes #33069.


Built from https://develop.svn.wordpress.org/trunk@33408


git-svn-id: http://core.svn.wordpress.org/trunk@33376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-07-24 16:51:27 +00:00
parent bed02906f2
commit 7c5989379e
5 changed files with 15 additions and 5 deletions

View File

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

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33407';
$wp_version = '4.3-beta4-33408';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.