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
619 619 if ( current_user_can('upload_files') ) { 620 620 ?> 621 621 <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> 623 623 <?php 624 624 } 625 625 ?> -
wp-admin/css/wp-admin.css
4972 4972 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); 4973 4973 } 4974 4974 4975 4976 4975 /*------------------------------------------------------------------------------ 4977 4976 20.0 - Settings 4978 4977 ------------------------------------------------------------------------------*/ … … 7458 7457 padding: 0; 7459 7458 } 7460 7459 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 7461 7479 #poststuff #editor-toolbar { 7462 7480 height: 30px; 7463 7481 } … … 7654 7672 7655 7673 /* Tags */ 7656 7674 .press-this .tagsdiv .newtag { 7657 width: 1 30px;7675 width: 124px; 7658 7676 } 7659 7677 7660 7678 .press-this #content {
