issue 671 fixed. Touch oriented device(ex: iPad, iPhone...) UX enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10346 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-03-06 10:55:17 +00:00
parent df7331aa1f
commit d8ce5b5a4a
7 changed files with 51 additions and 27 deletions

View file

@ -422,11 +422,6 @@
<li class="html"><span><button class="xpress_xeditor_mode_toggle_button" type="button" title="{$lang->edit->html_editor}">{$lang->edit->html_editor}</button></span></li>
<!--// li class="preview"><span><button type="button" class="xpress_xeditor_preview_button" title="{$lang->cmd_preview}">{$lang->cmd_preview}</button></span></li-->
</ul>
<ul style="line-height:21px;float:right;">
<li class="xpress_xeditor_ui_editorresize"><input type="checkbox" id="editorresize"><label for="editorresize" style="font-size:11px">입력창 크기 자동 조절</label></li>
</ul>
</div>
<!--@else-->
<div class="tool off disable"></div>
@ -443,7 +438,7 @@
<!-- /입력 -->
<button type="button" class="input_control xpress_xeditor_editingArea_verticalResizer" title="{$lang->edit->edit_height_control}"><span>{$lang->edit->edit_height_control}</span></button>
<span class="input_auto xpress_xeditor_ui_editorresize"><input type="checkbox" id="editorresize"><label for="editorresize">{$lang->edit->edit_height_auto}</label></span>
</div>
<div id="fileUploader_{$editor_sequence}" class="fileUploader" cond="$allow_fileupload"><!--File upload zone-->