Theme Customizer: Change 'Return to...' link to 'Cancel' and move 'Save' button to header. props helenyhou, fixes #20692, see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20864 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-05-24 03:29:51 +00:00
parent 1ec203203c
commit 4b9f6216e9
5 changed files with 24 additions and 33 deletions

View File

@@ -131,20 +131,20 @@ body {
margin: 0;
}
#customize-footer-actions img {
#customize-header-actions .button-primary {
float: right;
margin-top: 11px;
}
#customize-header-actions img {
display: none;
position: absolute;
top: 15px;
margin-left: 4px;
float: right;
margin-top: 13px;
margin-right: 4px;
}
.saving #customize-footer-actions img {
display: inline;
}
#customize-footer-actions .button-primary {
display: inline-block;
margin-top: 12px;
.saving #customize-header-actions img {
display: block;
}
.customize-control {