From 93a8580c2014667257b8a53f1925d485afeb4eb9 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 20 Nov 2008 02:06:36 +0000 Subject: [PATCH] =?UTF-8?q?r17468953=20=EC=9E=90=EB=8F=99=20=EC=A0=80?= =?UTF-8?q?=EC=9E=A5=20=EB=A9=94=EC=84=B8=EC=A7=80=20=EC=98=81=EC=97=AD?= =?UTF-8?q?=EC=9D=B4=20=EC=93=B8=EB=8D=B0=EC=97=86=EC=9D=B4=20=ED=81=B0=20?= =?UTF-8?q?=EA=B2=83=EC=9D=84=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@4930 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 e763c399c..3a4aa9dca 100644 --- a/modules/editor/skins/default/css/editor.css +++ b/modules/editor/skins/default/css/editor.css @@ -206,7 +206,7 @@ a.skipToolBox:active span{ width:auto; height:auto; padding:3px 15px; font-weigh .toolBox .item .emoticon button:active{ background-position:-558px -42px;} /* Auto Save */ -.xeEditor .editor_autosaved_message{background:none; border:none; text-align:right; clear:both; padding-right:5px; } +.xeEditor .editor_autosaved_message{background:none; border:none; text-align:right; clear:both; margin:0; padding:0 5px 0 0; } /* Edit Area */ .xeEditor .editorBox{ border-bottom:5px solid; position:relative; width:100%;}