Menus: Ensure consistent padding in the menu structure form.

Props shital-patel, welcher, hardik-amipara, audrasjb.
Fixes #42596.
Built from https://develop.svn.wordpress.org/trunk@44952


git-svn-id: http://core.svn.wordpress.org/trunk@44783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-03-21 02:56:51 +00:00
parent 32dadd49eb
commit 217849aab3
5 changed files with 13 additions and 5 deletions

View File

@ -168,7 +168,7 @@ ul.add-menu-item-tabs li {
}
.nav-menus-php #post-body {
padding: 0 10px 10px;
padding: 0 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
background: #fff;
@ -202,6 +202,10 @@ ul.add-menu-item-tabs li {
float: none;
}
.nav-menus-php #post-body-content .post-body-plain {
margin-bottom: 0;
}
#menu-management .menu-add-new abbr {
font-weight: 600;
}

File diff suppressed because one or more lines are too long

View File

@ -168,7 +168,7 @@ ul.add-menu-item-tabs li {
}
.nav-menus-php #post-body {
padding: 0 10px 10px;
padding: 0 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
background: #fff;
@ -202,6 +202,10 @@ ul.add-menu-item-tabs li {
float: none;
}
.nav-menus-php #post-body-content .post-body-plain {
margin-bottom: 0;
}
#menu-management .menu-add-new abbr {
font-weight: 600;
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-alpha-44951';
$wp_version = '5.2-alpha-44952';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.