comparison css/mee.css @ 17:464f6a6e0e7f

Change the height of the editor. Make the editor bigger, trying to make it match the library height. That should make it more straigthforward to move an item from the library to the editor.
author Franck Deroche <franck@defr.org>
date Fri, 16 Oct 2009 12:06:16 +0000
parents 50a57b1517cb
children 1370e3378a00
comparison
equal deleted inserted replaced
16:a3d780c2979a 17:464f6a6e0e7f
181 } 181 }
182 /* Fix for Garland */ 182 /* Fix for Garland */
183 #center .dnd-library-wrapper form { 183 #center .dnd-library-wrapper form {
184 margin: 0; 184 margin: 0;
185 } 185 }
186
187 /**
188 * Make the default textarea bigger
189 */
190 .dnd-fields-wrapper .mceLayout, .dnd-fields-wrapper .mceLayout iframe {
191 height: 60em !important;
192 }
193
194 /**
195 * And hide the resizer
196 */
197 .dnd-fields-wrapper .mceEditor .mceLayout .mceLast .mceResize {display: none;}