Themes: Fix single theme modal on collapsed menu.

Prevents the modal from being displayed off screen, when there is only one
theme available and the menu is collapsed.

Props hardeepasrani for initial patch.
Fixes #36504.


Built from https://develop.svn.wordpress.org/trunk@37205


git-svn-id: http://core.svn.wordpress.org/trunk@37171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2016-04-14 12:20:29 +00:00
parent 8d5c62b923
commit 5e22b71909
5 changed files with 5 additions and 5 deletions

View File

@ -524,7 +524,7 @@
-webkit-overflow-scrolling: touch;
}
body.folded .theme-overlay .theme-wrap {
body.folded .theme-browser ~ .theme-overlay .theme-wrap {
right: 70px;
}

File diff suppressed because one or more lines are too long

View File

@ -524,7 +524,7 @@
-webkit-overflow-scrolling: touch;
}
body.folded .theme-overlay .theme-wrap {
body.folded .theme-browser ~ .theme-overlay .theme-wrap {
left: 70px;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37204';
$wp_version = '4.6-alpha-37205';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.