Files
moodle/lib/editor/tinymce/styles.css
T
Tim Hunt c4dbaf74e8 MDL-38849 editor collapsing: cope with verbose languages
We can't fix the width of the tab, because the length of the string
'Show editing tools' varies a LOT between langauges.
2013-04-08 10:44:51 +01:00

15 lines
369 B
CSS

.mform .felement.feditor .toggle_editor_toolbar {
background: #EEEEEE;
border-color: #BBBBBB;
border-radius: 4px 4px 0 0;
border-style: solid solid none;
border-width: 1px 1px 0;
display: inline-block;
font-size: 0.7em;
padding: 3px 6px;
}
.mform .felement.feditor .mceStatusbar,
.mform .felement.feditor iframe {
min-width: 35em;
}