Ticket #26601: 26601.2.patch
File 26601.2.patch, 1.0 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/themes.css
395 395 * The search form 396 396 */ 397 397 .themes-php .theme-search { 398 position: relative; 399 top: -2px; 400 left: 20px; 398 margin: 10px 0 0 12px; 401 399 font-size: 16px; 402 400 font-weight: 300; 403 401 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