Make WordPress Core

Changeset 47772


Ignore:
Timestamp:
05/07/2020 09:40:19 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Improve the appearance of administration email verification box.

Add max-width on desktop view and some padding on smaller screens.

Props chetan200891, azaozz, Clorith, afragen.
Fixes #48607.

File:
1 edited

Legend:

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

    r47226 r47772  
    160160.login-action-confirm_admin_email #login {
    161161    width: 60vw;
     162    max-width: 650px;
    162163    margin-top: -2vh;
    163164}
     
    165166@media screen and (max-width: 782px) {
    166167    .login-action-confirm_admin_email #login {
     168        box-sizing: border-box;
     169        margin-top: 0;
     170        padding-left: 4vw;
     171        padding-right: 4vw;
    167172        width: 100vw;
    168173    }
Note: See TracChangeset for help on using the changeset viewer.