r17468953 자동 저장 메세지 영역이 쓸데없이 큰 것을 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4930 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-20 02:06:36 +00:00
parent 3bdfc40ac1
commit 93a8580c20

View file

@ -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%;}