mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-01 01:44:32 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user