18 lines
330 B
CSS
18 lines
330 B
CSS
|
|
/* 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;
|
|||
|
|
}
|