diff 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
line wrap: on
line diff
--- 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;}