From d0526b90c05545d40bbe040a85f735599b0b0873 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 4 Dec 2008 06:18:34 +0000 Subject: [PATCH] =?UTF-8?q?editor=20default=EC=8A=A4=ED=82=A8=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=97=90=EB=94=94=ED=84=B0=20=EA=B3=B5=EA=B0=84?= =?UTF-8?q?=EC=9D=B4=20=EC=9D=B4=EC=83=81=ED=95=98=EA=B2=8C=20=EA=B2=B9?= =?UTF-8?q?=EC=B9=98=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= 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@5041 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/default/css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/default/css/editor.css b/modules/editor/skins/default/css/editor.css index 614e8afdb..521aa716a 100644 --- a/modules/editor/skins/default/css/editor.css +++ b/modules/editor/skins/default/css/editor.css @@ -222,7 +222,7 @@ a.skipToolBox:active span{ width:auto; height:auto; padding:3px 15px; font-weigh /* Editor Resize Bar */ .xeEditor .textAreaDragIndicator{ border-top:1px solid; border-bottom:1px solid; clear:both; margin-bottom:5px;} .xeEditor .textAreaDragIndicator button{ width:100%; height:9px; border:none; cursor:n-resize; background-repeat:no-repeat; background-position:center center; } -.xeEditor .mask{ position:relative; width:100%;height:500px;margin-top:-500px;bottom:0; display:none; } +.xeEditor .mask{ position:absolute; width:100%;height:500px;margin-top:-500px;bottom:0; display:none; } /* File Uploader */ .xeEditor .fileUploader{ clear:both; position:relative; padding-top:5px; *zoom:1; *margin-bottom:5px;}