mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Categories postbox styling when in right sidebar, props federico.bond, fixes #8606 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10302 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1859,6 +1859,31 @@ ul.categorychecklist li {
|
||||
line-height: 19px;
|
||||
}
|
||||
|
||||
#category-adder h4 {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#categorydiv .ui-tabs-panel {
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
ul#category-tabs {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
ul#category-tabs li {
|
||||
padding: 5px 8px;
|
||||
-moz-border-radius: 3px 3px 0 0;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-khtml-border-top-left-radius: 3px;
|
||||
-khtml-border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
/* positioning etc. */
|
||||
|
||||
form#tags-filter {
|
||||
|
||||
Reference in New Issue
Block a user