From 5b9812020238904d56af7f91f9b3ffb5a4a12038 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 9 Jan 2008 03:16:49 +0000 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=94=94=ED=84=B0=EC=9D=98=20?= =?UTF-8?q?=EB=82=B4=EB=B6=80=20=EC=97=AC=EB=B0=B1=EB=93=B1=EC=9D=84=20?= =?UTF-8?q?=EC=A0=95=EC=83=81=EC=A0=81=EC=9C=BC=EB=A1=9C=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EB=8F=84=EB=A1=9D=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3510 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/msword2007/css/editor.css | 8 ++++---- modules/editor/skins/msword2007/js/editor.js | 2 +- modules/editor/tpl/js/editor.js | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/editor/skins/msword2007/css/editor.css b/modules/editor/skins/msword2007/css/editor.css index c34e0a9a9..cc7b3a0d3 100644 --- a/modules/editor/skins/msword2007/css/editor.css +++ b/modules/editor/skins/msword2007/css/editor.css @@ -26,15 +26,15 @@ .xeEditor .optionDE img { float:left; display:block; margin-right:.5em; cursor:pointer;} .xeEditor .optionD { padding:.5em 0 .5em .8em; overflow:hidden; float:left; border-right:1px solid #e0e0e0;} -.xeEditor .editorInfo { background:#fbfbfb; padding:.5em; border:1px solid #e1e1dd; color:#999999; position:relative; margin:5px 20px 0 20px;} +.xeEditor .editorInfo { background:#fbfbfb; padding:.5em; border:1px solid #e1e1dd; color:#999999; position:relative; margin:5px 10px 0 10px;} .xeEditor .close { cursor:pointer; position:absolute; top:3px; right:3px; _top:3px; _right:25px;} -.xeEditor .editor_iframe_box { background:#ffffff; clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:10px; margin:0 20px 0 20px; } -.xeEditor .editor_iframe_textarea { background:#ffffff; clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:.5em; margin:0 20px 0 20px; width:100%; font-size:1em; display:none;} +.xeEditor .editor_iframe_box { background:#ffffff; clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:0; margin:0 10px 0 10px; } +.xeEditor .editor_iframe_textarea { background:#ffffff; clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:0; margin:0 10px 0 10px; width:100%; font-size:1em; display:none;} .xeEditor .textAreaDragIndicator { text-align:center; background:url(../images/lineTextAreaDrag.gif) repeat-x left center; padding:5px 0 5px 0; } .xeEditor .textAreaDragIndicatorBar { background:url(../images/buttonTextAreaDrag.gif) no-repeat center; cursor:move;height:14px;} -.xeEditor .editor_info { clear:both; padding:5px 20px 5px 20px; overflow:hidden;} +.xeEditor .editor_info { clear:both; padding:5px 10px 5px 10px; overflow:hidden;} .xeEditor .editor_info .editor_option { float:left; color:#888888; } .xeEditor .editor_info .editor_autosaved_message { color:#888888; float:right; } diff --git a/modules/editor/skins/msword2007/js/editor.js b/modules/editor/skins/msword2007/js/editor.js index 3fcc091c9..128b4a9b1 100644 --- a/modules/editor/skins/msword2007/js/editor.js +++ b/modules/editor/skins/msword2007/js/editor.js @@ -7,4 +7,4 @@ function eOptionOver2(obj) { function eOptionClick2(obj) { obj.style.marginTop='-44px'; obj.style.zIndex='99'; -} \ No newline at end of file +} diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js index 4e8d16e96..26a01bd79 100755 --- a/modules/editor/tpl/js/editor.js +++ b/modules/editor/tpl/js/editor.js @@ -68,7 +68,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height) { var iframe_obj = editorGetIFrame(editor_sequence); if(!iframe_obj) return; xWidth(iframe_obj.parentNode, '100%'); - xWidth(iframe_obj, xWidth(iframe_obj.parentNode)-20); + xWidth(iframe_obj, xWidth(iframe_obj.parentNode)); // 현 에디터를 감싸고 있는 form문을 찾음 var fo_obj = editorGetForm(editor_sequence); @@ -121,7 +121,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height) { //''+ //''+ ''+ ''+ content+