标签:pad 修改 this auto box tab css custom 分类
function change_cat_meta_postbox_css(){
?>
<style type="text/css">
.wp-tab-panel, .categorydiv div.tabs-panel,
.customlinkdiv div.tabs-panel,
.posttypediv div.tabs-panel,
.taxonomydiv div.tabs-panel {
min-height: 42px;
max-height: 1000px;/* change this to own wishes */(这个我用到了)
overflow: auto;
padding: 0 0.9em;
border: solid 1px #dfdfdf;
background-color: #fdfdfd;
}
</style><?php
}
add_action(‘admin_head‘, ‘change_cat_meta_postbox_css‘);
标签:pad 修改 this auto box tab css custom 分类
原文地址:http://www.cnblogs.com/lc-hj/p/7846693.html