Make WordPress Core

Changeset 47750


Ignore:
Timestamp:
05/03/2020 01:34:26 PM (4 years ago)
Author:
afercia
Message:

Upload: Improve file input and button alignment in plugin/theme upload form.

Resets flexbox on smaller screens. Improves vertical alignment on large screens.
Follow-up to [47599] and [47271].

Props mukesh27, DarkoG.
See #48859, #49914.
Fixes #49951.

File:
1 edited

Legend:

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

    r47599 r47750  
    897897        margin-right: 0;
    898898    }
    899    
     899
    900900    .theme-overlay .theme-about {
    901901        bottom: 105px;
     
    10611061    display: flex;
    10621062    justify-content: space-between;
     1063    align-items: center;
    10631064}
    10641065
     
    19191920        padding-bottom: 4px;
    19201921    }
     1922
     1923    .upload-theme .wp-upload-form,
     1924    .upload-plugin .wp-upload-form {
     1925        display: block;
     1926    }
    19211927}
    19221928
Note: See TracChangeset for help on using the changeset viewer.