Files
moodle/lib/editor/atto/plugins/table/styles.css
T

12 lines
238 B
CSS

div.editor_atto_content td,
div.editor_atto_content th,
div.editor_atto_content caption {
border: 1px dashed #BBB;
position: relative;
min-width: 30px;
height: 13px;
}
div.editor_atto_content caption {
height: auto;
}