mirror of
git://develop.git.wordpress.org/
synced 2025-03-24 05:49:49 +01:00
Customize: Improve alignment of theme wrapper.
This changeset updates the class used for the theme wrapper in the customizer, which fixes an alignment issue occuring when searching a theme on WordPress.org from the customizer interface. Props kharisblank, ankitkumarshah, benazeer, sainathpoojary, mukesh27, kharisblank, parthvataliya, im3dabasia1, sukhendu2002, praful2111, ruchirj, imranhasanraaz, shailu25. Fixes #62637. git-svn-id: https://develop.svn.wordpress.org/trunk@60039 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8b632c94a5
commit
10e18b614b
@ -123,7 +123,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section {
|
||||
?>
|
||||
<button type="button" class="button button-primary customize-section-back customize-themes-mobile-back"><?php _e( 'Go to theme sources' ); ?></button>
|
||||
<# if ( 'wporg' === data.action ) { #>
|
||||
<div class="search-form">
|
||||
<div class="themes-filter-container">
|
||||
<label for="wp-filter-search-input-{{ data.id }}"><?php _e( 'Search themes' ); ?></label>
|
||||
<div class="search-form-input">
|
||||
<input type="search" id="wp-filter-search-input-{{ data.id }}" aria-describedby="{{ data.id }}-live-search-desc" class="wp-filter-search">
|
||||
|
Loading…
x
Reference in New Issue
Block a user