From 3f5bc319f974ecf0de1709728233110f78c273af Mon Sep 17 00:00:00 2001 From: ngleader Date: Wed, 19 Nov 2008 01:26:13 +0000 Subject: [PATCH] default editor fix git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4886 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/default/css/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/editor/skins/default/css/editor.css b/modules/editor/skins/default/css/editor.css index d3c3c58d2..f97ad6805 100644 --- a/modules/editor/skins/default/css/editor.css +++ b/modules/editor/skins/default/css/editor.css @@ -209,8 +209,8 @@ a.skipToolBox:active span{ width:auto; height:auto; padding:3px 15px; font-weigh .xeEditor .editor_autosaved_message{background:none; border:none; text-align:right; clear:both; padding-right:5px; } /* Edit Area */ -.xeEditor .editorBox{ border-bottom:5px solid; position:relative;} -.xeEditor .editorBox .editorMargin{ margin:0 5px;} +.xeEditor .editorBox{ border-bottom:5px solid; position:relative; width:100%;} +.xeEditor .editorBox .editorMargin{ margin:0 5px; *zoom:1;} /* Editor Display */ .xeEditor .toolBox, .xeEditor .richEditor, .xeEditor .htmlEditor {display:none;}