From fa203d186e1336ad5aefde37a461a76464fa9a86 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Tue, 4 Oct 2011 19:46:27 +0100 Subject: Added fillHeight() js function for resizing editor --- apps/files_texteditor/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apps/files_texteditor/css') diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index 16d9458608d..272246901cb 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -1,10 +1,11 @@ #editor{ position: absoloute; - height: 0; - width: 0; + display: block; + padding-top: 40px +/* top: 41px; left: 160px; - z-index: -1; +*/ } #editorwrapper{ position: absoloute; -- cgit v1.2.3