Make WordPress Core


Ignore:
Timestamp:
07/25/2014 12:30:28 AM (10 years ago)
Author:
wonderboymusic
Message:

Media Grid: improve uploader styles.

Props michalzuber, ericlewis.
See #28851.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r29295 r29296  
    178178        <?php else : ?>
    179179            <div class="upload-ui">
    180                 <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files anywhere to upload' ); ?></h3>
    181                 <a href="#" class="browser button button-hero"><?php _e( 'Select Files' ); ?></a>
     180                <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files here' ); ?></h3>
     181                <p><?php _e( 'or' ); ?></p>
     182                <a href="#" class="browser button"><?php _e( 'Select Files' ); ?></a>
    182183            </div>
    183184
Note: See TracChangeset for help on using the changeset viewer.