mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1828 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5d31f4cba5
commit
3eaea3f33a
106 changed files with 351 additions and 253 deletions
|
|
@ -34,8 +34,8 @@ div.editor_autosaved_message { font-size:9pt; font-weight:bold; color:#888888; d
|
|||
.xeEditor .fileAttach .fileListArea { float:left; width:50%; margin-right:.7em; padding-bottom:.5em; margin-bottom:1em}
|
||||
.xeEditor .fileAttach .fileListArea .fileList { overflow:auto; width:100%; height:auto; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; margin-bottom:.3em;}
|
||||
.xeEditor .fileAttach .fileListArea .fileList option { line-height:100%; padding-left:.5em;}
|
||||
.xeEditor .fileAttach .fileListArea .info { color:#3f4040; font:1em Tahoma; text-align:left;}
|
||||
.xeEditor .fileAttach .fileListArea .info strong { color:#ff6600; font:bold 1em Tahoma;}
|
||||
.xeEditor .fileAttach .fileListArea .file_attach_info { color:#3f4040; font:1em Tahoma; text-align:left;}
|
||||
.xeEditor .fileAttach .fileListArea .file_attach_info strong { color:#ff6600; font:bold 1em Tahoma;}
|
||||
.xeEditor .fileAttach .fileUploadControl { float:left;}
|
||||
.xeEditor .fileAttach .fileUploadControl li { float:left; clear:both; margin-bottom:.3em;}
|
||||
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@
|
|||
<!-- 파일 업로드 영역 -->
|
||||
<div class="fileListArea">
|
||||
<select id="uploaded_file_list_{$upload_target_srl}" size="7" class="fileList" onclick="editor_preview(this, '{$upload_target_srl}');"></select>
|
||||
<p class="info" id="uploader_status_{$upload_target_srl}"></p>
|
||||
<p class="file_attach_info" id="uploader_status_{$upload_target_srl}"></p>
|
||||
</div>
|
||||
|
||||
<ul class="fileUploadControl">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue