mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Theme Installer: Fix the Theme Preview function, and bring the button handling/styling inline with the Customizer. Fixes #26129
git-svn-id: https://develop.svn.wordpress.org/trunk@26317 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -7689,6 +7689,7 @@ body.full-overlay-active {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.install-theme-info .theme-screenshot {
|
||||
@@ -7717,6 +7718,26 @@ body.full-overlay-active {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#theme-installer .wp-full-overlay-header {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
#theme-installer .wp-full-overlay-header .theme-install {
|
||||
float: right;
|
||||
/* For when .theme-install is a span rather than a.button-primary (already installed theme) */
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
#theme-installer .wp-full-overlay-sidebar {
|
||||
background: #EEE;
|
||||
border-right: 1px solid #DDD;
|
||||
}
|
||||
|
||||
#theme-installer .wp-full-overlay-main {
|
||||
background: #fff url('../images/spinner.gif') no-repeat fixed center center;
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
25.0 - Misc
|
||||
------------------------------------------------------------------------------*/
|
||||
@@ -10720,7 +10741,8 @@ li#wp-admin-bar-toggle-button {
|
||||
.spinner,
|
||||
.imgedit-wait,
|
||||
.customize-loading #customize-container,
|
||||
.revision-tick.completed-false {
|
||||
.revision-tick.completed-false,
|
||||
#theme-installer .wp-full-overlay-main {
|
||||
background-image: url('../images/spinner-2x.gif');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user