mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
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:
parent
32dadd49eb
commit
217849aab3
@ -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;
|
||||
}
|
||||
|
2
wp-admin/css/nav-menus-rtl.min.css
vendored
2
wp-admin/css/nav-menus-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
2
wp-admin/css/nav-menus.min.css
vendored
2
wp-admin/css/nav-menus.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user