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:
parent
1b251feeec
commit
26e29a513a
@ -466,6 +466,10 @@ input.small-text {
|
|||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label input.small-text {
|
||||||
|
margin-top: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="number"].small-text {
|
input[type="number"].small-text {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
@ -748,10 +752,14 @@ ul#add-to-blog-users {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-table td fieldset label {
|
.form-table td fieldset label {
|
||||||
margin: 0.25em 0 0.5em !important;
|
margin: 0.35em 0 0.5em !important;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-table td fieldset p label {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.form-table td fieldset label,
|
.form-table td fieldset label,
|
||||||
.form-table td fieldset p,
|
.form-table td fieldset p,
|
||||||
.form-table td fieldset li {
|
.form-table td fieldset li {
|
||||||
|
Loading…
Reference in New Issue
Block a user