mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
마무리 - 이슈트래커 기본 스킨 첨부파일 버튼 css 누락 수정, xpresseditor의 js파일의 optimized사용하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6679 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
34758060d3
commit
46e1b3b0ca
2 changed files with 10 additions and 4 deletions
|
|
@ -23,8 +23,8 @@
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
|
|
||||||
<!--// 기본 js/언어파일 로드 -->
|
<!--// 기본 js/언어파일 로드 -->
|
||||||
<!--%import("js/Xpress_Editor.js",optimized=false)-->
|
<!--%import("js/Xpress_Editor.js")-->
|
||||||
<!--%import("js/xe_interface.js",optimized=false)-->
|
<!--%import("js/xe_interface.js")-->
|
||||||
|
|
||||||
<!-- 자동저장용 폼 -->
|
<!-- 자동저장용 폼 -->
|
||||||
|
|
||||||
|
|
@ -482,8 +482,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--@if($allow_fileupload)-->
|
<!--@if($allow_fileupload)-->
|
||||||
<!--%import("../../tpl/js/uploader.js",optimized=false)-->
|
<!--%import("../../tpl/js/uploader.js")-->
|
||||||
<!--%import("../../tpl/js/swfupload.js",optimized=false)-->
|
<!--%import("../../tpl/js/swfupload.js")-->
|
||||||
<script type="text/javascript">//<![CDATA[
|
<script type="text/javascript">//<![CDATA[
|
||||||
editorUploadInit(
|
editorUploadInit(
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -283,6 +283,12 @@
|
||||||
.feedbackList .item .secretMessage dd .inputText{ padding:3px 4px; height:15px; vertical-align:middle; margin-right:5px;}
|
.feedbackList .item .secretMessage dd .inputText{ padding:3px 4px; height:15px; vertical-align:middle; margin-right:5px;}
|
||||||
|
|
||||||
/* Attached File */
|
/* Attached File */
|
||||||
|
.attachedFile { position:relative; float:left; width:100%;}
|
||||||
|
.attachedFile *{ margin:0; padding:0; font-size:11px; vertical-align:middle;}
|
||||||
|
.attachedFile dt img{ margin-right:10px;}
|
||||||
|
.attachedFile dt .fileToggle{ border:0; padding:0; overflow:visible; cursor:pointer; font-size:11px; background:none; vertical-align:middle;}
|
||||||
|
.attachedFile dd{ position:relative; margin-right:5px; display:none; margin-top:5px; padding-left:40px;}
|
||||||
|
.attachedFile.open dd{ display:block;}
|
||||||
.attachedFile ul.files { position:relative; margin:0; padding:0; clear:both; list-style:none;}
|
.attachedFile ul.files { position:relative; margin:0; padding:0; clear:both; list-style:none;}
|
||||||
.attachedFile ul.files *{ display:inline-block; *display:inline; padding:0; margin:0; font-size:11px;}
|
.attachedFile ul.files *{ display:inline-block; *display:inline; padding:0; margin:0; font-size:11px;}
|
||||||
.attachedFile ul.files li{ position:relative; margin:0 10px 0 0;}
|
.attachedFile ul.files li{ position:relative; margin:0 10px 0 0;}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue