fckeditor의 자동저장메세지/ 파일업로드 부분의 CSS 누락분 추가하여 이상없이 보이도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6326 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-18 07:30:09 +00:00
parent e78953d5b8
commit 05aa63b41b
2 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,15 @@
@charset "utf-8";
.xeEditor p.editor_autosaved_message { display:none; margin:0; padding:5px 2px; text-align:right; color:#666; font-size:10px; }
.fileUploader{ clear:both; padding-top:5px; margin-bottom:10px;}
.fileUploader:after{ content:""; display:block; clear:both;}
.fileUploader .preview{ float:left; width:64px; height:64px; border:1px solid #ccc;; padding:2px; margin:0 10px 5px 0;}
.fileUploader .preview.black { background-color:#000; border:1px solid #666;}
.fileUploader .preview img{ display:block; width:64px; height:64px;}
.fileUploader .fileListArea{ float:left; width:260px; margin:0 10px 5px 0;}
.fileUploader .fileListArea select{ width:100%; height:70px; overflow:auto;}
.fileUploader .fileListArea select option{ font-size:11px;}
.fileUploader .fileListArea.black select { background-color:#000; border:1px solid #666;}
.fileUploader .fileListArea.black select option { color:#aaa; }
.fileUploader .fileUploadControl{ clear:right;}
.fileUploader .fileUploadControl .button{ margin-bottom:5px;}
.fileUploader .file_attach_info{ clear:right; margin:5px 0;}

View file

@ -1,6 +1,5 @@
<!--// 스킨 css 로드 -->
<!--%import("../default/css/editor.css")-->
<!--%import("../default/css/white.css")-->
<!--%import("./editor.css")-->
<script type="text/javascript">
var editor_path = "{$editor_path}";
</script>