javaeye3/public/javascripts/tinymce/plugins/table/css/table.css

18 lines
330 B
CSS
Raw Normal View History

/* CSS file for table dialog in the table plugin */
.panel_wrapper div.current {
/*
http://jira.csdn.net/browse/BBS-231
插入表格高级选项卡内容显示重叠因为有两个选项卡所以需要设置固定的高度
*/
height: 290px;
}
.advfield {
width: 200px;
}
#class {
width: 150px;
}