Customizer: Use responsive button styles if screen is max-width 640px.

see #31794, #28784.

git-svn-id: https://develop.svn.wordpress.org/trunk@31913 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-03-27 22:16:10 +00:00
parent c5cd434a72
commit b64b88d03b
1 changed files with 17 additions and 0 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;
}
}