Administration: Better align labels on the discussion options page.
The labels for Comment Moderation, and Comment Blocklist are now aligned properly with the adjacent text. Fixes #37384. Props ankit-k-gupta, karmatosed, FolioVision, desrosj, valentinbora, samful, whyisjake. Built from https://develop.svn.wordpress.org/trunk@48419 git-svn-id: http://core.svn.wordpress.org/trunk@48188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
28a390c2b2
commit
edb4943a9d
|
@ -467,6 +467,10 @@ input.small-text {
|
|||
padding: 0 6px;
|
||||
}
|
||||
|
||||
label input.small-text {
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
input[type="number"].small-text {
|
||||
width: 65px;
|
||||
padding-left: 0;
|
||||
|
@ -749,10 +753,14 @@ ul#add-to-blog-users {
|
|||
}
|
||||
|
||||
.form-table td fieldset label {
|
||||
margin: 0.25em 0 0.5em !important;
|
||||
margin: 0.35em 0 0.5em !important;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.form-table td fieldset p label {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.form-table td fieldset label,
|
||||
.form-table td fieldset p,
|
||||
.form-table td fieldset li {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -466,6 +466,10 @@ input.small-text {
|
|||
padding: 0 6px;
|
||||
}
|
||||
|
||||
label input.small-text {
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
input[type="number"].small-text {
|
||||
width: 65px;
|
||||
padding-right: 0;
|
||||
|
@ -748,10 +752,14 @@ ul#add-to-blog-users {
|
|||
}
|
||||
|
||||
.form-table td fieldset label {
|
||||
margin: 0.25em 0 0.5em !important;
|
||||
margin: 0.35em 0 0.5em !important;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.form-table td fieldset p label {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.form-table td fieldset label,
|
||||
.form-table td fieldset p,
|
||||
.form-table td fieldset li {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-beta1-48418';
|
||||
$wp_version = '5.5-beta1-48419';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue