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.


git-svn-id: https://develop.svn.wordpress.org/trunk@48419 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jake Spurlock 2020-07-10 06:46:03 +00:00
parent 1b251feeec
commit 26e29a513a

View File

@ -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 {