에디터의 글 임시 저장의 시간을 15초 단위로 바꾸고 에디터 바로 상단에 메세지가 표시되도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1948 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-16 08:53:29 +00:00
parent e6033d5b70
commit 3ad2b64fbf
3 changed files with 13 additions and 5 deletions

View file

@ -25,7 +25,7 @@
.xeEditor .textAreaDragIndicator { text-align:center; background:url(../images/lineTextAreaDrag.gif) repeat-x left center; margin-bottom:1em; margin-top:5px; }
.xeEditor .textAreaDragIndicatorBar { background:url(../images/buttonTextAreaDrag.gif) no-repeat center; margin-bottom:1em;cursor:move;height:14px;}
div.editor_autosaved_message { font-size:9pt; font-weight:bold; color:#888888; display:none; position:absolute; top:10px; right:10px; }
div.editor_autosaved_message { color:#888888; display:none; padding:3px;}
.xeEditor .inputTypeTextArea { background:#fbfbfb; padding:1em; width:94%;}
.xeEditor #textAreaDrag {}