From 6392d0cdffd53d50ab9fa8954939aaeb56d9bf9f Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Wed, 6 May 2009 09:23:00 +0000 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=94=94=ED=84=B0=20=ED=99=95?= =?UTF-8?q?=EC=9E=A5=20=EC=BD=A4=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20IE6~7=20=EB=94=94=EB=B2=84=EA=B9=85.?= 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@6288 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xpresseditor/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css index a872477c2..b3a30f7e0 100644 --- a/modules/editor/skins/xpresseditor/css/default.css +++ b/modules/editor/skins/xpresseditor/css/default.css @@ -69,7 +69,7 @@ .xpress-editor .tool li.extensions span.exButton, .xpress-editor .tool li.extensions span.exButton button{ float:left; position:relative; display:inline-block; width:auto; background:url(../img/btn_extension.gif) no-repeat left top;} .xpress-editor .tool li.extensions span.exButton{ margin-right:18px;} -.xpress-editor .tool li.extensions span.exButton button{ left:18px; height:21px; background-position:right top; padding:0 4px 0 0; font:11px/21px Tahoma, Sans-serif; text-align:left; *overflow:visible;} +.xpress-editor .tool li.extensions span.exButton button{ left:18px; height:21px; background-position:right top; padding:0 4px 0 0; font:11px/21px Tahoma, Sans-serif; text-align:left; *overflow:visible; *line-height:20px;} .xpress-editor.black .tool li.extensions span.exButton, .xpress-editor.black .tool li.extensions span.exButton button{ color:#fff; background-image:url(../img/btn_extension.black.gif); } @@ -85,7 +85,7 @@ .xpress-editor .tool li.html span, .xpress-editor .tool li.preview span{ margin-right:2px; background-position:left top;} .xpress-editor .tool li.html span button, -.xpress-editor .tool li.preview span button{ left:2px; height:21px; background-position:right top; font:11px/21px Tahoma, Sans-serif; padding:0 4px; *overflow:visible;} +.xpress-editor .tool li.preview span button{ left:2px; height:21px; background-position:right top; font:11px/21px Tahoma, Sans-serif; padding:0 4px; *overflow:visible; *line-height:20px;} .xpress-editor .tool ul.type li{ float:none; display:inline; *top:1px;} .xpress-editor .tool ul.type li select{ height:21px; width:62px;}