Better visual alignment on side-sortables tabs. Fixes #26323, props mattheu.
Built from https://develop.svn.wordpress.org/trunk@26539 git-svn-id: http://core.svn.wordpress.org/trunk@26431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e2a921a6ed
commit
948858e60a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -226,7 +226,7 @@ ul.add-menu-item-tabs li.tabs,
|
|||
}
|
||||
|
||||
ul.category-tabs li.tabs {
|
||||
border-color: #dfdfdf #dfdfdf #fff;
|
||||
border-color: #dfdfdf #dfdfdf #fdfdfd;
|
||||
}
|
||||
|
||||
ul.category-tabs li.tabs,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -226,7 +226,7 @@ ul.add-menu-item-tabs li.tabs,
|
|||
}
|
||||
|
||||
ul.category-tabs li.tabs {
|
||||
border-color: #dfdfdf #dfdfdf #fff;
|
||||
border-color: #dfdfdf #dfdfdf #fdfdfd;
|
||||
}
|
||||
|
||||
ul.category-tabs li.tabs,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4237,6 +4237,7 @@ ul.add-menu-item-tabs li.tabs,
|
|||
|
||||
ul.add-menu-item-tabs li.tabs {
|
||||
padding-bottom: 3px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#post-body .add-menu-item-tabs li.tabs {
|
||||
|
@ -12494,11 +12495,11 @@ li#wp-admin-bar-menu-toggle {
|
|||
}
|
||||
|
||||
#side-sortables .add-menu-item-tabs {
|
||||
margin: 15px 0;
|
||||
margin: 15px 0 14px;
|
||||
}
|
||||
|
||||
ul.add-menu-item-tabs li.tabs {
|
||||
padding: 15px;
|
||||
padding: 13px 15px 14px;
|
||||
}
|
||||
|
||||
.nav-menus-php .item-controls .item-type {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4237,6 +4237,7 @@ ul.add-menu-item-tabs li.tabs,
|
|||
|
||||
ul.add-menu-item-tabs li.tabs {
|
||||
padding-bottom: 3px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#post-body .add-menu-item-tabs li.tabs {
|
||||
|
@ -12494,11 +12495,11 @@ li#wp-admin-bar-menu-toggle {
|
|||
}
|
||||
|
||||
#side-sortables .add-menu-item-tabs {
|
||||
margin: 15px 0;
|
||||
margin: 15px 0 14px;
|
||||
}
|
||||
|
||||
ul.add-menu-item-tabs li.tabs {
|
||||
padding: 15px;
|
||||
padding: 13px 15px 14px;
|
||||
}
|
||||
|
||||
.nav-menus-php .item-controls .item-type {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue