Make WordPress Core

Changeset 47599


Ignore:
Timestamp:
04/19/2020 09:45:33 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Upload: Better align file input and buttons in plugin/theme upload form.

Follow-up to [47271].

Props seedsca, piyushmca.
Fixes #49914.

File:
1 edited

Legend:

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

    r47435 r47599  
    10601060    max-width: 380px;
    10611061    display: flex;
    1062 }
    1063 
    1064 .upload-theme .wp-upload-form > input[type="file"],
    1065 .upload-plugin .wp-upload-form > input[type="file"] {
    1066     padding: 5px 1em 0 0;
     1062    justify-content: space-between;
    10671063}
    10681064
Note: See TracChangeset for help on using the changeset viewer.