mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
on* 자바스크립트 이벤트 처리방법을 변경하여 에디터 컴포넌트의 오류 수정. xe_default, 에디터 스킨의 position 스타일로 인한 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4822 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ce50669486
commit
b2c09362fc
9 changed files with 33 additions and 36 deletions
|
|
@ -24,7 +24,7 @@
|
|||
/* ToolBox Button Default */
|
||||
|
||||
/* Auto Save */
|
||||
.xeEditor .editor_autosaved_message{ background:#333; border-color:#666;}
|
||||
.xeEditor .editor_autosaved_message{ background:#000; color:#aaa; }
|
||||
|
||||
/* Edit Area */
|
||||
.xeEditor .editorBox{ border-color:#000; background:#000;}
|
||||
|
|
|
|||
|
|
@ -205,10 +205,10 @@ 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{ display:none; border:1px solid; margin:10px 5px; padding:5px 10px; clear:both;}
|
||||
.xeEditor .editor_autosaved_message{background:none; border:none; text-align:right; clear:both; padding-right:5px; }
|
||||
|
||||
/* Edit Area */
|
||||
.xeEditor .editorBox{ border-top:5px solid; border-bottom:5px solid; position:relative;}
|
||||
.xeEditor .editorBox{ border-bottom:5px solid; position:relative;}
|
||||
.xeEditor .editorBox .editorMargin{ margin:0 5px;}
|
||||
|
||||
/* Editor Display */
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
/* ToolBox Button Default */
|
||||
|
||||
/* Auto Save */
|
||||
.xeEditor .editor_autosaved_message{ background:#fafafa; border-color:#ddd;}
|
||||
.xeEditor .editor_autosaved_message{ background:#fff; color:#666; }
|
||||
|
||||
/* Edit Area */
|
||||
.xeEditor .editorBox{ border-color:#fff; background:#fff;}
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@
|
|||
</div>
|
||||
|
||||
<!--@if($enable_autosave)-->
|
||||
<p class="editor_autosaved_message" id="editor_autosaved_message_{$editor_sequence}"></p>
|
||||
<p class="editor_autosaved_message" id="editor_autosaved_message_{$editor_sequence}"> </p>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 에디터 출력 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue