Administration: Correct alignment of form controls inside custom meta boxes.
Props audrasjb, dontdream, valentinbora. Fixes #49013. Built from https://develop.svn.wordpress.org/trunk@47289 git-svn-id: http://core.svn.wordpress.org/trunk@47089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e16d70a9d4
commit
19fd7a0da9
|
@ -397,6 +397,10 @@ input[type="radio"].disabled:checked:before {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.meta-box-sortables input {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.misc-pub-post-status select {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -396,6 +396,10 @@ input[type="radio"].disabled:checked:before {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.meta-box-sortables input {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.misc-pub-post-status select {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-beta1-47288';
|
||||
$wp_version = '5.4-beta1-47289';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue