Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
MDL-38849 editor collapsing: cope with verbose languages
[moodle.git]
/
lib
/
editor
/
tinymce
/
styles.css
1
.mform .felement.feditor .toggle_editor_toolbar {
2
background: #EEEEEE;
3
border-color: #BBBBBB;
4
border-radius: 4px 4px 0 0;
5
border-style: solid solid none;
6
border-width: 1px 1px 0;
7
display: inline-block;
8
font-size: 0.7em;
9
padding: 3px 6px;
10
}
11
.mform .felement.feditor .mceStatusbar,
12
.mform .felement.feditor iframe {
13
min-width: 35em;
14
}