# HG changeset patch # User Franck Deroche # Date 1255694776 0 # Node ID 464f6a6e0e7fce9a0cbb941be7a16ca1e98d9fce # Parent a3d780c2979a3737a11def84a5654e5aa903bc18 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. diff -r a3d780c2979a -r 464f6a6e0e7f css/mee.css --- a/css/mee.css Fri Nov 20 09:59:22 2009 +0100 +++ b/css/mee.css Fri Oct 16 12:06:16 2009 +0000 @@ -183,3 +183,15 @@ #center .dnd-library-wrapper form { margin: 0; } + +/** + * Make the default textarea bigger + */ +.dnd-fields-wrapper .mceLayout, .dnd-fields-wrapper .mceLayout iframe { + height: 60em !important; +} + +/** + * And hide the resizer + */ +.dnd-fields-wrapper .mceEditor .mceLayout .mceLast .mceResize {display: none;}