Make WordPress Core

Changeset 50580


Ignore:
Timestamp:
03/25/2021 03:31:39 PM (4 years ago)
Author:
ryelle
Message:

Login, Registration: Prevent button misalignment on login screen.

Replace the CSS removed in [50569], which is used to align the login & register buttons.

Props mukesh27, audrasjb.
Reviewed by SergeyBiryukov.
Merges [50577] to the 5.7 branch.
Fixes #52834.

Location:
branches/5.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7

  • branches/5.7/src/wp-admin/css/login.css

    r50572 r50580  
    187187}
    188188
     189.login .button-primary {
     190    float: right;
     191}
     192
    189193.login .reset-pass-submit {
    190194    display: flex;
     
    195199.login .reset-pass-submit .button {
    196200    display: inline-block;
     201    float: none;
    197202    margin-bottom: 6px;
    198203}
Note: See TracChangeset for help on using the changeset viewer.