Customizer: Fix spinners after [31996].
props westonruter. fixes #31884. Built from https://develop.svn.wordpress.org/trunk@32008 git-svn-id: http://core.svn.wordpress.org/trunk@31987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b500d3e978
commit
785f479245
|
@ -29,12 +29,12 @@ body {
|
|||
}
|
||||
|
||||
#customize-header-actions .spinner {
|
||||
margin-top: 16px;
|
||||
margin-top: 13px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.saving #customize-header-actions .spinner {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#customize-header-actions {
|
||||
|
@ -1162,8 +1162,4 @@ body.cheatin p {
|
|||
#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
|
@ -29,12 +29,12 @@ body {
|
|||
}
|
||||
|
||||
#customize-header-actions .spinner {
|
||||
margin-top: 16px;
|
||||
margin-top: 13px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.saving #customize-header-actions .spinner {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#customize-header-actions {
|
||||
|
@ -1162,8 +1162,4 @@ body.cheatin p {
|
|||
#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
|
@ -23,13 +23,17 @@
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.customize-control-widget_form .widget-control-save,
|
||||
.customize-control-widget_form .spinner {
|
||||
.customize-control-widget_form .widget-control-save {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.customize-control-widget_form .spinner {
|
||||
visibility: hidden;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.customize-control-widget_form.previewer-loading .spinner {
|
||||
display: inline;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.customize-control-widget_form.widget-form-disabled .widget-content {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,13 +23,17 @@
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.customize-control-widget_form .widget-control-save,
|
||||
.customize-control-widget_form .spinner {
|
||||
.customize-control-widget_form .widget-control-save {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.customize-control-widget_form .spinner {
|
||||
visibility: hidden;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.customize-control-widget_form.previewer-loading .spinner {
|
||||
display: inline;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.customize-control-widget_form.widget-form-disabled .widget-content {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-beta4-32007';
|
||||
$wp_version = '4.2-beta4-32008';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue