Files
wordpress-skeleton/blog/wp-content/plugins/adminimize/css/mw_cat.css
T

26 lines
390 B
CSS

/**
* Category in sidebar
*/
#poststuff h2 {
clear: none;
}
.categorychecklist {
list-style-type: none;
margin: 0;
overflow: auto;
padding-left: 0;
}
.categorychecklist ul {
list-style-type: none;
margin: 0;
padding-left: 17px;
}
.inside #categorychecklist {
background: #fff;
border: 2px solid #CEE1EF;
max-height: 300px;
padding: 3px 0 5px 5px;
}