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
This commit is contained in:
ocean90 2015-03-25 22:57:03 +00:00
parent 9cd90a9a10
commit f5ea31e389
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}