Ticket #26646: 26646.diff
File 26646.diff, 1.4 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/themes.css
9 9 10 10 .theme-browser .themes { 11 11 clear: both; 12 overflow: hidden; 12 13 padding: 0 0 100px; 13 14 } 14 15 -
src/wp-admin/js/theme.js
81 81 this.view.render(); 82 82 this.$el.find( '.themes' ).remove(); 83 83 this.$el.append( this.view.el ).addClass( 'rendered' ); 84 this.$el.append( '<br class="clear"/>' );85 84 }, 86 85 87 86 // Defines search element container -
src/wp-admin/theme-install.php
172 172 <div class="theme-install-overlay wp-full-overlay expanded"></div> 173 173 <span class="spinner"></span> 174 174 175 <br class="clear" />176 175 <?php 177 176 if ( $tab ) { 178 177 /** -
src/wp-admin/themes.php
248 248 <?php } ?> 249 249 </div> 250 250 <?php endforeach; ?> 251 <br class="clear" />252 251 </div> 253 252 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p> 254 253 </div>