mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-03 06:01:32 +01:00
Customize: Fix positioning of Preview button in mobile.
Props Mahvash-Fatima. Fixes #42172. Built from https://develop.svn.wordpress.org/trunk@41853 git-svn-id: http://core.svn.wordpress.org/trunk@41687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d44acf01dc
commit
8af4e6e3f9
@ -1758,13 +1758,10 @@ p.customize-section-description {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Animations for opening the themes panel */
|
/* Animations for opening the themes panel */
|
||||||
#customize-header-actions .save,
|
#customize-save-button-wrapper,
|
||||||
#customize-header-actions #publish-settings,
|
|
||||||
#customize-header-actions .spinner,
|
#customize-header-actions .spinner,
|
||||||
#customize-header-actions .customize-controls-preview-toggle {
|
#customize-header-actions .customize-controls-preview-toggle {
|
||||||
position: relative;
|
transition: .18s margin ease-in-out;
|
||||||
top: 0;
|
|
||||||
transition: .18s top ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#customize-footer-actions,
|
#customize-footer-actions,
|
||||||
@ -1784,11 +1781,10 @@ p.customize-section-description {
|
|||||||
background: #eee; /* Prevents a black flash when fading in the panel */
|
background: #eee; /* Prevents a black flash when fading in the panel */
|
||||||
}
|
}
|
||||||
|
|
||||||
.in-themes-panel #customize-header-actions .save,
|
.in-themes-panel #customize-save-button-wrapper,
|
||||||
.in-themes-panel #customize-header-actions #publish-settings,
|
|
||||||
.in-themes-panel #customize-header-actions .spinner,
|
.in-themes-panel #customize-header-actions .spinner,
|
||||||
.in-themes-panel #customize-header-actions .customize-controls-preview-toggle {
|
.in-themes-panel #customize-header-actions .customize-controls-preview-toggle {
|
||||||
top: -45px;
|
margin-top: -46px; /* Height of header actions bar */
|
||||||
}
|
}
|
||||||
|
|
||||||
.in-themes-panel #customize-footer-actions,
|
.in-themes-panel #customize-footer-actions,
|
||||||
|
2
wp-admin/css/customize-controls-rtl.min.css
vendored
2
wp-admin/css/customize-controls-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1758,13 +1758,10 @@ p.customize-section-description {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Animations for opening the themes panel */
|
/* Animations for opening the themes panel */
|
||||||
#customize-header-actions .save,
|
#customize-save-button-wrapper,
|
||||||
#customize-header-actions #publish-settings,
|
|
||||||
#customize-header-actions .spinner,
|
#customize-header-actions .spinner,
|
||||||
#customize-header-actions .customize-controls-preview-toggle {
|
#customize-header-actions .customize-controls-preview-toggle {
|
||||||
position: relative;
|
transition: .18s margin ease-in-out;
|
||||||
top: 0;
|
|
||||||
transition: .18s top ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#customize-footer-actions,
|
#customize-footer-actions,
|
||||||
@ -1784,11 +1781,10 @@ p.customize-section-description {
|
|||||||
background: #eee; /* Prevents a black flash when fading in the panel */
|
background: #eee; /* Prevents a black flash when fading in the panel */
|
||||||
}
|
}
|
||||||
|
|
||||||
.in-themes-panel #customize-header-actions .save,
|
.in-themes-panel #customize-save-button-wrapper,
|
||||||
.in-themes-panel #customize-header-actions #publish-settings,
|
|
||||||
.in-themes-panel #customize-header-actions .spinner,
|
.in-themes-panel #customize-header-actions .spinner,
|
||||||
.in-themes-panel #customize-header-actions .customize-controls-preview-toggle {
|
.in-themes-panel #customize-header-actions .customize-controls-preview-toggle {
|
||||||
top: -45px;
|
margin-top: -46px; /* Height of header actions bar */
|
||||||
}
|
}
|
||||||
|
|
||||||
.in-themes-panel #customize-footer-actions,
|
.in-themes-panel #customize-footer-actions,
|
||||||
|
2
wp-admin/css/customize-controls.min.css
vendored
2
wp-admin/css/customize-controls.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9-beta2-41852';
|
$wp_version = '4.9-beta2-41853';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user