Nav Menus: fix the quick search spinner position on Operating Systems that show scrollbars.
Fixes #33290. Built from https://develop.svn.wordpress.org/trunk@34065 git-svn-id: http://core.svn.wordpress.org/trunk@34033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5f5ea8c3e2
commit
085d051305
|
@ -405,7 +405,7 @@ ul.add-menu-item-tabs li {
|
|||
|
||||
.quick-search-wrap .spinner {
|
||||
float: none;
|
||||
margin: 0 5px;
|
||||
margin: -3px 0 0 -10px;
|
||||
}
|
||||
|
||||
.nav-menus-php .list-wrap {
|
||||
|
|
|
@ -405,7 +405,7 @@ ul.add-menu-item-tabs li {
|
|||
|
||||
.quick-search-wrap .spinner {
|
||||
float: none;
|
||||
margin: 0 5px;
|
||||
margin: -3px -10px 0 0;
|
||||
}
|
||||
|
||||
.nav-menus-php .list-wrap {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34064';
|
||||
$wp_version = '4.4-alpha-34065';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue