Make WordPress Core

Ticket #9883: 9883.2.diff

File 9883.2.diff, 584 bytes (added by sabernhardt, 20 months ago)

makes the input cover the full width and corrects left padding in RTL on smaller screens; removes redundant direction

  • src/wp-admin/css/forms.css

     
    561561
    562562/* rtl:ignore */
    563563#mailserver_pass {
    564         direction: ltr;
    565564        padding-right: 2.5rem;
    566565}
    567566
     
    17691768                display: inline-block;
    17701769        }
    17711770
     1771        .mailserver-pass-wrap .wp-pwd {
     1772                display: block;
     1773        }
     1774
     1775        /* rtl:ignore */
     1776        #mailserver_pass {
     1777                padding-left: 10px;
     1778        }
     1779
    17721780        .options-general-php input[type="text"].small-text {
    17731781                max-width: 6.25em;
    17741782                margin: 0;