mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
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:
parent
9152362dda
commit
5720007f67
@ -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 {
|
||||
|
2
wp-admin/css/customize-nav-menus-rtl.min.css
vendored
2
wp-admin/css/customize-nav-menus-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
2
wp-admin/css/customize-nav-menus.min.css
vendored
2
wp-admin/css/customize-nav-menus.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user