Customizer Theme Switcher: Reset font size of theme names in overlay. Apply left position only to themes section.
see #31303. Built from https://develop.svn.wordpress.org/trunk@31892 git-svn-id: http://core.svn.wordpress.org/trunk@31871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
79f58d9d40
commit
f333f9ef11
@ -901,6 +901,10 @@ p.customize-section-description {
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#customize-controls .theme-overlay .theme-name {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-customizer .theme-browser .theme.active .theme-name {
|
.wp-customizer .theme-browser .theme.active .theme-name {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
@ -920,7 +924,7 @@ p.customize-section-description {
|
|||||||
transform: rotate(-180deg);
|
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 {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-admin/css/customize-controls-rtl.min.css
vendored
2
wp-admin/css/customize-controls-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -901,6 +901,10 @@ p.customize-section-description {
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#customize-controls .theme-overlay .theme-name {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-customizer .theme-browser .theme.active .theme-name {
|
.wp-customizer .theme-browser .theme.active .theme-name {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
@ -920,7 +924,7 @@ p.customize-section-description {
|
|||||||
transform: rotate(180deg);
|
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;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-admin/css/customize-controls.min.css
vendored
2
wp-admin/css/customize-controls.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-beta2-31891';
|
$wp_version = '4.2-beta2-31892';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user