Ticket #29352: 29352.patch
| File 29352.patch, 2.3 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/css/common.css
2147 2147 font-size: 22px; 2148 2148 font-weight: 600; 2149 2149 line-height: 56px; 2150 position: relative; 2150 2151 top: 0; 2151 2152 right: 0; 2152 2153 left: 0; … … 2535 2536 body.plugins-php .tb-close-icon, 2536 2537 body.update-core-php .tb-close-icon, 2537 2538 body.index-php .tb-close-icon { 2539 left: auto; 2538 2540 right: -30px; 2539 2541 color: #eee; 2540 2542 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; -
src/wp-admin/includes/template.php
452 452 453 453 <div class="inside"> 454 454 <label for="author-url"><?php _e('URL') ?></label> 455 <input type="text" id="author-url" name="newcomment_author_url" size="103" value="" />455 <input type="text" id="author-url" name="newcomment_author_url" class="code" size="103" value="" /> 456 456 </div> 457 457 <div style="clear:both;"></div> 458 458 </div> -
src/wp-includes/css/media-views.css
1777 1777 margin-bottom: 16px; 1778 1778 padding: 0; 1779 1779 padding-bottom: 16px; 1780 position: relative; 1780 1781 } 1781 1782 1782 1783 .media-modal .imgedit-group:last-of-type { … … 2872 2873 2873 2874 .edit-attachment-frame .attachment-info .details, 2874 2875 .edit-attachment-frame .attachment-info .settings { 2876 position: relative; 2875 2877 overflow: hidden; 2876 2878 float: none; 2877 2879 margin-bottom: 15px; -
src/wp-includes/js/media-views.js
6800 6800 initialize: function() { 6801 6801 var self = this; 6802 6802 6803 this.$input = $('<input id="embed-url-field" type="text" />').val( this.model.get('url') );6803 this.$input = $('<input id="embed-url-field" type="text" class="ltr" />').val( this.model.get('url') ); 6804 6804 this.input = this.$input[0]; 6805 6805 6806 6806 this.spinner = $('<span class="spinner" />')[0];
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)