Make WordPress Core

Changeset 45157


Ignore:
Timestamp:
04/10/2019 04:11:56 PM (6 years ago)
Author:
afercia
Message:

Login and Registration: improve the CSS padding on the login input fields.

The right padding added in [44895] needs to be set only on the input fields in the Reset Password screen and exclude other login screens.

Amends [44895].
Fixes #42853.

File:
1 edited

Legend:

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

    r44895 r45157  
    236236    font-size: 24px;
    237237    width: 100%;
     238    padding: 5px;
     239    margin: 2px 6px 16px 0;
     240}
     241
     242.login-action-rp form .input,
     243.login-action-rp input[type="text"] {
    238244    padding: 5px 45px 5px 5px;
    239     margin: 2px 6px 16px 0;
    240245}
    241246
Note: See TracChangeset for help on using the changeset viewer.