Customizer: Stack the menu gear icon below the help icon for more text breathing room.

Fixes #33181.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2015-07-29 20:23:26 +00:00
parent 9152362dda
commit 5720007f67
5 changed files with 7 additions and 7 deletions

View File

@ -295,8 +295,8 @@
margin: 0;
padding: 20px;
position: absolute;
left: 31px;
top: 4px;
left: 0px;
top: 30px;
}
#customize-controls .customize-info .customize-help-toggle {

File diff suppressed because one or more lines are too long

View File

@ -295,8 +295,8 @@
margin: 0;
padding: 20px;
position: absolute;
right: 31px;
top: 4px;
right: 0px;
top: 30px;
}
#customize-controls .customize-info .customize-help-toggle {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33498';
$wp_version = '4.3-beta4-33500';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.