From 3a23e45665d85709f450e8b2b36bd36a6b72c344 Mon Sep 17 00:00:00 2001 From: misol Date: Wed, 6 Jan 2010 13:21:17 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B2=80=EC=9D=80=20=EB=B0=B0=EA=B2=BD?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=ED=8A=B9=EC=88=98=EB=AC=B8=EC=9E=90=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=96=B4=EC=97=90=20=EB=B0=B0=EA=B2=BD=20?= =?UTF-8?q?=EA=B2=B9=EC=B3=90=20=EB=B3=B4=EC=9D=B4=EB=8D=98=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=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@7127 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xpresseditor/css/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css index 8e6cdc1db..480fc867a 100644 --- a/modules/editor/skins/xpresseditor/css/default.css +++ b/modules/editor/skins/xpresseditor/css/default.css @@ -235,7 +235,8 @@ /* Content > Tool > Layer */ .xpress-editor .tool .layer{ display:none; position:absolute; left:0; top:20px; background-color:#fbfbfb; border:1px solid #c5c5c5; border-right:1px solid #9f9f9f; border-bottom:1px solid #9f9f9f;} .xpress-editor .tool .layer li{ float:none; left:0;} -.xpress-editor .tool .layer button{ margin:0 !important; width:auto; height:auto; background:none;} +.xpress-editor .tool .layer button, +.xpress-editor.black .tool .layer button{ margin:0 !important; width:auto; height:auto; background:none;} .xpress-editor .tool .layer button span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} .xpress-editor .tool .btn_area{ position:relative; clear:both; text-align:center !important; padding:7px 0 12px 0; width:100%; white-space:nowrap; *zoom:1;} .xpress-editor .tool .btn_area *{ vertical-align:top;}