Ticket #26601: 26601.patch
| File 26601.patch, 1.0 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/css/wp-admin.css
6669 6669 * The search form 6670 6670 */ 6671 6671 .themes-php .theme-search { 6672 position: relative; 6673 top: -2px; 6674 left: 20px; 6672 margin: 10px 0 0 12px; 6675 6673 font-size: 16px; 6676 6674 font-weight: 300; 6677 6675 line-height: 1.5; -
src/wp-admin/js/theme.js
71 71 // Render and append after screen title 72 72 view.render(); 73 73 $('#wpbody h2:first') 74 .a ppend( $.parseHTML( '<label class="screen-reader-text" for="theme-search-input">' + l10n.search + '</label>' ) )75 .a ppend( view.el );74 .after( $.parseHTML( '<label class="screen-reader-text" for="theme-search-input">' + l10n.search + '</label>' ) ) 75 .after( view.el ); 76 76 }, 77 77 78 78 // Checks when the user gets close to the bottom