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:
Dominik Schilling 2015-03-27 22:17:30 +00:00
parent 2dfb835751
commit d51fded34c
5 changed files with 37 additions and 3 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@ -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.