Menus: Remove unnecessary top margin for menu item type on Menus screen for correct alignment with the dropdown icon.

Props punit5658.
Fixes #41521.
Built from https://develop.svn.wordpress.org/trunk@41925


git-svn-id: http://core.svn.wordpress.org/trunk@41759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-10-18 20:52:49 +00:00
parent d2499c4212
commit 469e37446e
5 changed files with 3 additions and 11 deletions

View File

@ -810,10 +810,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
padding: 13px 15px 14px;
}
.nav-menus-php .item-controls .item-type {
margin-top: 2px;
}
.nav-menus-php .customlinkdiv .howto input {
width: 65%;
}

File diff suppressed because one or more lines are too long

View File

@ -810,10 +810,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
padding: 13px 15px 14px;
}
.nav-menus-php .item-controls .item-type {
margin-top: 2px;
}
.nav-menus-php .customlinkdiv .howto input {
width: 65%;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-beta2-41924';
$wp_version = '4.9-beta2-41925';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.