Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e737322
)
MDL-38849 editor collapsing: cope with verbose languages
author
Tim Hunt
<T.J.Hunt@open.ac.uk>
Mon, 8 Apr 2013 09:44:51 +0000
(10:44 +0100)
committer
Tim Hunt
<T.J.Hunt@open.ac.uk>
Mon, 8 Apr 2013 09:44:51 +0000
(10:44 +0100)
We can't fix the width of the tab, because the length of the string
'Show editing tools' varies a LOT between langauges.
lib/editor/tinymce/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/lib/editor/tinymce/styles.css
b/lib/editor/tinymce/styles.css
index
f72cced
..
3c2010a
100644
(file)
--- a/
lib/editor/tinymce/styles.css
+++ b/
lib/editor/tinymce/styles.css
@@
-7,7
+7,6
@@
display: inline-block;
font-size: 0.7em;
padding: 3px 6px;
- width: 9em;
}
.mform .felement.feditor .mceStatusbar,
.mform .felement.feditor iframe {