mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
에디터 댓글 기본 높이를 120px로 조절
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3555 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
06c4a4d05c
commit
da08ff2262
2 changed files with 2 additions and 2 deletions
|
|
@ -290,7 +290,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
|
||||
/* 게시물의 팝업 메뉴 */
|
||||
.comment_popup_menu, .document_popup_menu { text-align:right; margin-top:3em; clear:both; display:block; background:url(../images/common/document_menu.gif) no-repeat right top; padding-right:16px; height:18px; }
|
||||
.comment_popup_menu, .document_popup_menu { text-align:right; background:url(../images/common/document_menu.gif) no-repeat right top; padding-right:16px; }
|
||||
.comment_popup_menu span, .document_popup_menu span { cursor:pointer; display:inline; background:none; padding:0 0 0 0; margin:0 0 0 0; }
|
||||
|
||||
/* tag list */
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
if(!is_array($editor_config->enable_comment_component_grant)) $editor_config->enable_comment_component_grant= array();
|
||||
|
||||
if(!$editor_config->editor_height) $editor_config->editor_height = 500;
|
||||
if(!$editor_config->comment_editor_height) $editor_config->comment_editor_height = 200;
|
||||
if(!$editor_config->comment_editor_height) $editor_config->comment_editor_height = 120;
|
||||
if($editor_config->enable_height_resizable!='N') $editor_config->enable_height_resizable= "Y";
|
||||
if($editor_config->enable_comment_height_resizable!='Y') $editor_config->enable_comment_height_resizable= "N";
|
||||
if($editor_config->enable_autosave!='N') $editor_config->enable_autosave = "Y";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue