Ticket #21997: 21997.2b.updated.diff

File 21997.2b.updated.diff, 2.1 KB (added by lessbloat, 7 months ago)
  • wp-admin/press-this.php

    Cannot display: file marked as a binary type.
    svn:mime-type = application/octet-stream
    
    Property changes on: wp-admin/images/media-button-image-2x.png
    ___________________________________________________________________
    Added: svn:mime-type
       + application/octet-stream
    
     
    619619                        if ( current_user_can('upload_files') ) { 
    620620                                ?> 
    621621                                <a id="photo_button" title="<?php esc_attr_e('Insert an Image'); ?>" href="#"> 
    622                                 <img alt="<?php esc_attr_e('Insert an Image'); ?>" src="<?php echo esc_url( admin_url( 'images/media-button-image.gif?ver=20100531' ) ); ?>"/></a> 
     622                                <div title="<?php esc_attr_e('Insert an Image'); ?>" class="media-button-image"></div></a> 
    623623                                <?php 
    624624                        } 
    625625                        ?> 
  • wp-admin/css/wp-admin.css

     
    49724972        box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); 
    49734973} 
    49744974 
    4975  
    49764975/*------------------------------------------------------------------------------ 
    49774976  20.0 - Settings 
    49784977------------------------------------------------------------------------------*/ 
     
    74587457        padding: 0; 
    74597458} 
    74607459 
     7460.press-this #photo-add-url-div input[type="text"] { 
     7461        width: 220px; 
     7462} 
     7463 
     7464.media-button-image { 
     7465        background: url('../images/media-button-image.gif') no-repeat; 
     7466        background-size: 14px 12px; 
     7467        display: inline-block; 
     7468        height: 12px; 
     7469    vertical-align: bottom; 
     7470    width: 14px; 
     7471} 
     7472 
     7473@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 
     7474        .media-button-image { 
     7475                background: url('../images/media-button-image-2x.gif') no-repeat; 
     7476        } 
     7477} 
     7478 
    74617479#poststuff #editor-toolbar { 
    74627480        height: 30px; 
    74637481} 
     
    76547672 
    76557673/* Tags */ 
    76567674.press-this .tagsdiv .newtag { 
    7657         width: 130px; 
     7675        width: 124px; 
    76587676} 
    76597677 
    76607678.press-this #content {