From b5f2a919c379d2d071dcc12235481713a3560d57 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Thu, 8 Dec 2011 09:36:59 +0000 Subject: [PATCH] issue 856 fixed. Thanks to snows96. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9925 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xpresseditor/css/default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css index 6bfb8bd23..7ec2f7de5 100644 --- a/modules/editor/skins/xpresseditor/css/default.css +++ b/modules/editor/skins/xpresseditor/css/default.css @@ -34,8 +34,7 @@ .xpress-editor a.skip:focus{position:relative;display:block;padding:5px;right:0;z-index:60;width:auto;height:auto;text-align:right;white-space:nowrap;color:#000;text-decoration:none;letter-spacing:-1px;_zoom:1} .xpress-editor .input_area{position:relative;margin:10px;z-index:30;*zoom:1;height:400px} .xpress-editor .input_area iframe, -.xpress-editor .input_area textarea{display:block;width:100%;position:relative;height:100%;border:0;overflow:auto} -.xpress-editor .input_area iframe{} +.xpress-editor .input_area textarea{display:block;width:100% !important;position:relative;height:100%;border:0 !important;padding:0 !important;overflow:auto} .xpress-editor .input_area textarea{*margin:0 -10px;_margin-bottom:-2px} .xpress-editor .input_area textarea.blind{display:none} .xpress-editor .input_control{position:relative;display:block;width:100%;clear:both;text-align:center;background:#fbfbfb url(../img/btn_expand.gif) no-repeat center center;cursor:n-resize}