diff --git a/modules/board/skins/xe_board/css/common.css b/modules/board/skins/xe_board/css/common.css index 49f439582..3b3777dbd 100644 --- a/modules/board/skins/xe_board/css/common.css +++ b/modules/board/skins/xe_board/css/common.css @@ -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 */ diff --git a/modules/editor/editor.model.php b/modules/editor/editor.model.php index 3b2d534de..5b9b4ab7e 100644 --- a/modules/editor/editor.model.php +++ b/modules/editor/editor.model.php @@ -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";