mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 13:44:30 +00:00
Fix borders at the bottom of tabs in postboxes, props dcowgill, fixes #17699
Fix color of active tab in Categories postbox. git-svn-id: https://develop.svn.wordpress.org/trunk@18202 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2411,7 +2411,8 @@ input#link_url {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#side-sortables .category-add input.category-add-sumbit, #post-body .category-add input.category-add input.category-add-sumbit {
|
||||
#side-sortables .category-add input.category-add-sumbit,
|
||||
#post-body .category-add input.category-add input.category-add-sumbit {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@@ -2485,6 +2486,7 @@ div.tabs-panel-inactive {
|
||||
#side-sortables .add-menu-item-tabs li,
|
||||
.wp-tab-bar li {
|
||||
display: inline;
|
||||
line-height: 1.35em;
|
||||
}
|
||||
|
||||
#side-sortables .category-tabs a,
|
||||
@@ -2916,21 +2918,6 @@ div.tabs-panel-inactive {
|
||||
margin: 0 5px 0 125px;
|
||||
}
|
||||
|
||||
#side-sortables .category-tabs li,
|
||||
#side-sortables .add-menu-item-tabs li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#side-sortables .category-tabs a,
|
||||
#side-sortables .add-menu-item-tabs a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#side-sortables .category-tabs,
|
||||
#side-sortables .add-menu-item-tabs {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.categorydiv ul,
|
||||
.customlinkdiv ul,
|
||||
.posttypediv ul,
|
||||
|
||||
Reference in New Issue
Block a user