Make WordPress Core

Changeset 52801 for trunk


Ignore:
Timestamp:
02/25/2022 03:47:37 PM (3 years ago)
Author:
audrasjb
Message:

Administration: Further enhancements on small text fields after [52649].

This changeset replaces #mailserver_port to a more generic selector, fixes a coding standard issue, and adds a bigger margin to the field.

Follow-up to [52649].

Props SergeyBiryukov, kebbet, pyrobd.
Fixes #50177.

File:
1 edited

Legend:

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

    r52649 r52801  
    15291529    }
    15301530
    1531     .form-table input[type='text']#mailserver_port.small-text {
    1532         margin-top: 3px;
     1531    .form-table .regular-text ~ input[type="text"].small-text {
     1532        margin-top: 5px;
    15331533    }
    15341534
Note: See TracChangeset for help on using the changeset viewer.