From bd317e765d2e5e1bbb432566d569130d5fd04f62 Mon Sep 17 00:00:00 2001 From: ngleader Date: Mon, 25 Jan 2010 06:17:09 +0000 Subject: [PATCH] =?UTF-8?q?chrome=EC=97=90=EC=84=9C=20xpresseditor=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=EC=B0=BD=EC=A1=B0=EC=A0=88=20=20css=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C?= 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@7240 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xpresseditor/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css index 480fc867a..b1f0325e1 100644 --- a/modules/editor/skins/xpresseditor/css/default.css +++ b/modules/editor/skins/xpresseditor/css/default.css @@ -44,7 +44,7 @@ .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;} -.xpress-editor .input_control span{ display:block; height:10px; border-top:1px solid #dfdfdf; visibility:visible; font-size:0; line-height:200%; white-space:nowrap; color:#fff;} +.xpress-editor .input_control span{ display:block; height:10px; visibility:hidden; overflow:visible; font-size:0; line-height:200%; white-space:nowrap; color:#fff;} .xpress-editor.black .input_control { background:#111 url(../img/btn_expand.black.gif) no-repeat center center;} .xpress-editor.black .input_control span{ border-top:1px solid #333; color:#000;}