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:
parent
bed02906f2
commit
7c5989379e
|
@ -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 9px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#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 */
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue