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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user