Make WordPress Core

Ticket #28851: 28851.3.diff

File 28851.3.diff, 2.4 KB (added by ericlewis, 10 years ago)
  • src/wp-includes/css/media-views.css

    diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css
    index 0f57613..87ca313 100644
    a b  
    10021002        outline: none;
    10031003}
    10041004
     1005.attachments-browser .uploader-inline {
     1006        border: 4px dashed #bbb;
     1007}
     1008
    10051009.attachments-browser .uploader-inline:not(.hidden) + .attachments {
    10061010        top: 350px;
    10071011}
     
    10201024        cursor: pointer;
    10211025        height: 48px;
    10221026        position: absolute;
    1023         right: 20px;
     1027        right: 0;
    10241028        text-align: center;
    1025         top: 20px;
     1029        top: 0;
    10261030        width: 50px;
    10271031        z-index: 1;
    10281032}
    video#inline-media-node { 
    13181322}
    13191323
    13201324.media-frame .uploader-inline {
    1321         margin: 20px;
    1322         padding: 20px;
     1325        margin-bottom: 20px;
     1326        padding: 0;
    13231327        text-align: center;
    13241328}
    13251329
    video#inline-media-node { 
    13311335}
    13321336
    13331337.uploader-inline-content .upload-ui {
    1334         margin: 4em 0;
     1338        margin: 2em 0;
    13351339}
    13361340
    13371341.uploader-inline-content .post-upload-ui {
    video#inline-media-node { 
    13461350        font-size: 20px;
    13471351        line-height: 28px;
    13481352        font-weight: 400;
    1349         margin-bottom: 1.6em;
     1353        margin: 0;
    13501354}
    13511355
    13521356.uploader-inline .has-upload-message .upload-instructions {
    video#inline-media-node { 
    13651369
    13661370.uploader-inline p {
    13671371        font-size: 12px;
     1372        margin: 0.5em 0;
    13681373}
    13691374
    13701375.uploader-inline .media-progress-bar {
  • src/wp-includes/media-template.php

    diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php
    index 8764219..17cb8f4 100644
    a b function wp_print_media_templates() { 
    177177
    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>or</p>
     182                                <a href="#" class="browser button"><?php _e( 'Select Files' ); ?></a>
    182183                        </div>
    183184
    184185                        <div class="upload-inline-status"></div>
    function wp_print_media_templates() { 
    206207                                ?>
    207208
    208209                                <p class="max-upload-size"><?php
    209                                         printf( __( 'Maximum upload file size: %s.' ), esc_html( size_format( $max_upload_size ) ) );
     210                                        printf( __( 'Maximum upload file size: %s' ), esc_html( size_format( $max_upload_size ) ) );
    210211                                ?></p>
    211212
    212213                                <# if ( data.suggestedWidth && data.suggestedHeight ) { #>