mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
xpresseditor 에디터 스킨이 파일업로드 영역이 밀리는 문제, 에디터의 상단 부분이 가려지는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6075 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d6dcfb0517
commit
69a94718d2
6 changed files with 7 additions and 6 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
|
|
|||
|
|
@ -352,7 +352,7 @@
|
|||
.xpress-editor .tool li.extensions .layer li{ margin:2px 0;}
|
||||
|
||||
/* File Uploader */
|
||||
.xpress-editor .fileUploader{ clear:both; position:relative; padding-top:5px; *zoom:1; *margin-bottom:5px;}
|
||||
.xpress-editor .fileUploader{ clear:both; padding-top:5px; margin-bottom:20px;}
|
||||
.xpress-editor .fileUploader:after{ content:""; display:block; clear:both;}
|
||||
.xpress-editor .fileUploader .preview{ float:left; width:64px; height:64px; border:1px solid #ccc;; padding:2px; margin:0 10px 5px 10px;}
|
||||
.xpress-editor .fileUploader .preview.black { background-color:#000; border:1px solid #666;}
|
||||
|
|
@ -367,4 +367,4 @@
|
|||
.xpress-editor .fileUploader .file_attach_info{ clear:right; margin:5px 0;}
|
||||
|
||||
/* Auto Save */
|
||||
.xpress-editor .autosave_message { display:none; background: #f6ffdb; padding:6px 10px; margin:0; line-height:1;}
|
||||
.xpress-editor .autosave_message { display:none; background: #f6ffdb; padding:6px 10px; margin:0; line-height:1;}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) 200812 */
|
||||
|
||||
html,
|
||||
body{ height:100%;}
|
||||
body{ height:100%; }
|
||||
|
||||
#xpressInput{ margin:0 10px 0 0;}
|
||||
.xpressOutput{ font-size:12px; line-height:1.6; font-family:Dotum, AppleGothic, Sans-serif;}
|
||||
|
|
|
|||
|
|
@ -491,4 +491,4 @@
|
|||
var editor_path = "{$editor_path}";
|
||||
var auto_saved_msg = "{$lang->msg_auto_saved}";
|
||||
var oEditor = editorStart_xe("{$editor_sequence}", "{$editor_primary_key_name}", "{$editor_content_key_name}", "{$editor_height}");
|
||||
//]]></script>
|
||||
//]]></script>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ xe.Editors = [];
|
|||
function editorStart_xe(editor_sequence, primary_key, content_key, editor_height) {
|
||||
|
||||
var textarea = jQuery("#xpress-editor-"+editor_sequence);
|
||||
var iframe = jQuery('<iframe id="editor_iframe_'+editor_sequence+'"frameborder="0" src="'+editor_path+'/blank.html" scrolling="yes" style="width:100%;height:'+editor_height+'px">');
|
||||
var iframe = jQuery('<iframe id="editor_iframe_'+editor_sequence+'"frameborder="0" src="'+editor_path+'/blank.html" scrolling="yes" style="z-index:1;width:100%;height:'+editor_height+'px">');
|
||||
var htmlsrc = jQuery('<textarea rows="10" cols="20" class="input_syntax" style="display:none"></textarea>');
|
||||
var form = textarea.get(0).form;
|
||||
form.setAttribute('editor_sequence', editor_sequence);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue