Menus: Ensure consistent padding in the menu structure form.
Props shital-patel, welcher, hardik-amipara, audrasjb. Fixes #42596. git-svn-id: https://develop.svn.wordpress.org/trunk@44952 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e6ec0b2fe0
commit
e3fb98daeb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user