Files
moodle/lib/editor/atto/plugins/table/styles.css
T
Damyon Wiese 8095505e3c MDL-44126 Atto: List of minor fixes from review.
toolbar order (base it on tinymce)
change plain to paragraph
default for collapse plugin should be 5 groups
fix alignment of table dialogue form
insert newlines in html generated by table plugin
rename accessibility helper to screenreader helper
remove accessibility hint for images and media files
fix some broken plugin names
style table captions
remove verbose accessibility hints
2014-03-26 10:01:42 +08:00

9 lines
184 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;
}