Categories postbox styling when in right sidebar, props federico.bond, fixes #8606 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c045b1a045
commit
6e7f20d36d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue