mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
에디터 기본 설정 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4802 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
189785a312
commit
a7c17ca222
3 changed files with 52 additions and 78 deletions
|
|
@ -212,15 +212,13 @@ a.skipToolBox:active span{ width:auto; height:auto; padding:3px 15px; font-weigh
|
|||
.xeEditor .editorBox .editorMargin{ margin:0 5px;}
|
||||
|
||||
/* Editor Display */
|
||||
.xeEditor .toolBox,
|
||||
.xeEditor .richEditor,
|
||||
.xeEditor .htmlEditor{ display:none;}
|
||||
.xeEditor.rich .toolBox,
|
||||
.xeEditor.rich .richEditor,
|
||||
.xeEditor.html .htmlEditor{ display:block;}
|
||||
.xeEditor .richEditor,
|
||||
.xeEditor .htmlEditor{ border:0;}
|
||||
.xeEditor .toolBox, .xeEditor .richEditor, .xeEditor .htmlEditor {display:none;}
|
||||
.xeEditor.rich .toolBox, .xeEditor.rich .richEditor, .xeEditor.html .htmlEditor{ display:block;}
|
||||
.xeEditor.preview .toolBox, .xeEditor.rich .xeEditor.html .htmlEditor { display:none;}
|
||||
.xeEditor.preview .previewEditor { display:block;}
|
||||
.xeEditor .richEditor, .xeEditor .htmlEditor{ border:0;}
|
||||
.xeEditor .htmlEditor{ width:100%; padding:10px 0; font-size:12px;}
|
||||
.xeEditor .previewEditor { display:none; }
|
||||
|
||||
/* Editor Resize Bar */
|
||||
.xeEditor .textAreaDragIndicator{ border-top:1px solid; border-bottom:1px solid; clear:both; margin-bottom:5px;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue