mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
Customizer: Use responsive button styles if screen is max-width 640px.
see #31794, #28784. Built from https://develop.svn.wordpress.org/trunk@31913 git-svn-id: http://core.svn.wordpress.org/trunk@31892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2dfb835751
commit
d51fded34c
@ -1103,4 +1103,21 @@ body.cheatin p {
|
||||
bottom: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.wp-core-ui.wp-customizer .button {
|
||||
padding: 6px 14px;
|
||||
line-height: normal;
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
height: auto;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#customize-header-actions .button-primary {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
#customize-header-actions .spinner {
|
||||
margin-top: 13px;
|
||||
}
|
||||
}
|
||||
|
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
@ -1103,4 +1103,21 @@ body.cheatin p {
|
||||
bottom: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.wp-core-ui.wp-customizer .button {
|
||||
padding: 6px 14px;
|
||||
line-height: normal;
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
height: auto;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#customize-header-actions .button-primary {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
#customize-header-actions .spinner {
|
||||
margin-top: 13px;
|
||||
}
|
||||
}
|
||||
|
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
|
||||
*/
|
||||
$wp_version = '4.2-beta3-31912';
|
||||
$wp_version = '4.2-beta3-31913';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user