mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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;
|
||||
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 */
|
||||
|
@ -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 */
|
||||
|
4
wp-admin/css/wp-admin-rtl.min.css
vendored
4
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
4
wp-admin/css/wp-admin.min.css
vendored
4
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user