System fonts: Adjust the smaller tabs so they appear as tabs.
The tab effect comes from overlapping the border of the box below. Only applies to OSX; testing did not reveal adverse effects in other OSes. props ocean90. see #36753. git-svn-id: https://develop.svn.wordpress.org/trunk@38153 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1e21bf9bf7
commit
7f6bfb42fe
|
@ -281,7 +281,7 @@ ul.add-menu-item-tabs li.tabs,
|
|||
ul.category-tabs li,
|
||||
ul.add-menu-item-tabs li,
|
||||
ul.wp-tab-bar li {
|
||||
padding: 3px 5px 5px;
|
||||
padding: 3px 5px 6px;
|
||||
}
|
||||
|
||||
#set-post-thumbnail {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
|
||||
ul.add-menu-item-tabs li {
|
||||
padding: 3px 5px 3px 8px;
|
||||
padding: 3px 5px 4px 8px;
|
||||
}
|
||||
|
||||
.accordion-section ul.category-tabs,
|
||||
|
|
Loading…
Reference in New Issue