changeset 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 a3d780c2979a
children 7ac5a50a9db5
files css/mee.css
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
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;}