Make WordPress Core

Changeset 49553


Ignore:
Timestamp:
11/09/2020 11:32:21 PM (4 years ago)
Author:
antpb
Message:

Media: Adjusts alignment of file name text in browser uploader.

Sets a defined size for text alongside the media browser uploader button fixing alignment on popular browsers.

Props krupajnanda, mikeschroder, aaroncampbell, lucagrandicelli, andraganescu, samful, sabernhardt, andystitt829, kburgoine.
Fixes #41648

File:
1 edited

Legend:

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

    r49550 r49553  
    200200.js .html-uploader #html-upload-ui {
    201201    display: block;
     202}
     203
     204#html-upload-ui #async-upload {
     205    font-size: 1em;
     206}
     207
     208#html-upload-ui #async-upload {
     209    font-size: 13px;
    202210}
    203211
Note: See TracChangeset for help on using the changeset viewer.