Make WordPress Core

Changeset 48419


Ignore:
Timestamp:
07/10/2020 06:46:03 AM (4 years ago)
Author:
whyisjake
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/forms.css

    r48368 r48419  
    467467}
    468468
     469label input.small-text {
     470    margin-top: -4px;
     471}
     472
    469473input[type="number"].small-text {
    470474    width: 65px;
     
    749753
    750754.form-table td fieldset label {
    751     margin: 0.25em 0 0.5em !important;
     755    margin: 0.35em 0 0.5em !important;
    752756    display: inline-block;
     757}
     758
     759.form-table td fieldset p label {
     760    margin-top: 0 !important;
    753761}
    754762
Note: See TracChangeset for help on using the changeset viewer.