From 08520a74462c6433b40d9a4b7a58c4fbfe473092 Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 9 Dec 2010 08:23:14 +0000 Subject: [PATCH] =?UTF-8?q?=ED=8E=B8=EC=A7=91=EC=98=81=EC=97=AD=EC=9D=98?= =?UTF-8?q?=20=EA=B8=B0=EB=B3=B8=20=EC=97=AC=EB=B0=B1=EC=9D=84=2010px?= =?UTF-8?q?=EB=A1=9C=20=EC=A4=84=EC=9E=84?= 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@7963 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/xd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xeed/xd.css b/modules/editor/skins/xeed/xd.css index 34d8f903c..e5669f445 100644 --- a/modules/editor/skins/xeed/xd.css +++ b/modules/editor/skins/xeed/xd.css @@ -297,7 +297,7 @@ body{height:100%} .xd .t2 .u6 .fr .lr .frAll{width:196px;margin:5px 0 0 0} /* Edit */ .xd .edit{height:400px;overflow:auto;position:relative;z-index:2;*zoom:1;background:#fff;box-shadow:inset 0 0 3px #999;-moz-box-shadow:inset 0 0 3px #999;-webkit-box-shadow:inset 0 0 3px #999} -.xd .edit .xdcs{position:relative;overflow:hidden !important;padding:20px 25px;cursor:text;outline:none} +.xd .edit .xdcs{position:relative;overflow:hidden !important;padding:10px;cursor:text;outline:none} .xd .edit .xdsc{border:0;padding:20px 25px;overflow:auto;background:transparent;font:12px "Courier New", Courier, monospace} /* XD Layer Window */ .xdlw{display:none;position:absolute;top:0;left:0;z-index:1000;color:#000;overflow:visible;width:100%;height:100%}