From f5ea31e3895d51f065ad25accf813067740c774a Mon Sep 17 00:00:00 2001 From: ocean90 Date: Wed, 25 Mar 2015 22:57:03 +0000 Subject: [PATCH] Customizer Theme Switcher: Reset font size of theme names in overlay. Apply left position only to themes section. see #31303. git-svn-id: https://develop.svn.wordpress.org/trunk@31892 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/customize-controls.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css index f194547021..2c504e2047 100644 --- a/src/wp-admin/css/customize-controls.css +++ b/src/wp-admin/css/customize-controls.css @@ -901,6 +901,10 @@ p.customize-section-description { font-size: 15px; } +#customize-controls .theme-overlay .theme-name { + font-size: 32px; +} + .wp-customizer .theme-browser .theme.active .theme-name { padding-right: 15px; } @@ -920,7 +924,7 @@ p.customize-section-description { transform: rotate(180deg); } -#customize-theme-controls .control-section.current-panel > h3.accordion-section-title { +#customize-theme-controls .control-section-themes.current-panel > h3.accordion-section-title { left: 0; }