With all these new buttons, my toolbar is leaving my editor box

With all these new buttons, my toolbar is leaving my editor box

by Ger Tielemans -
Number of replies: 5

With all these new buttons (DragMath and NanoGong), my toolbar is leaving the editor box, you see it also here on moodle.org (see screendump)

By two little changes, I have them back in the box:

line 17 in /lib/editor/htmlarea/htmlarea.css (toolbar button)

was: padding: 1px;

now: padding: .1px;

line 26 in /lib/editor/htmlarea/htmlarea.css (toolbar buttonactive)

was: padding: 2px 0px 0px 2px;

now: padding: .1px 0px 0px 2px;

Attachment logo067.png
Average of ratings: Useful (2)
In reply to Ger Tielemans

Re: With all these new buttons, my toolbar is leaving my editor box

by Geoffrey Rowland -
Picture of Plugin developers
Simple but very effective. Thanks Ger cool
In reply to Ger Tielemans

Re: With all these new buttons, my toolbar is leaving my editor box

by Andrew Zaffke -
What editor are you using that you get nanogong to work?
In reply to Andrew Zaffke

Re: With all these new buttons, my toolbar is leaving my editor box

by Ger Tielemans -
Following the crystal clear guidelines of Nanogong you have to patch the standard HTML/WYSIWYG in Moodle..
In reply to Ger Tielemans

Re: With all these new buttons, my toolbar is leaving my editor box

by Andrew Zaffke -
So would I be correct in saying that you are using HTML editor?
In reply to Andrew Zaffke

Re: With all these new buttons, my toolbar is leaving my editor box

by Ger Tielemans -
yes, we use HTML-editor and the patch of Nanogong is for that editor.