From 05aa63b41b923a411801151d31402dc872245488 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 18 May 2009 07:30:09 +0000 Subject: [PATCH] =?UTF-8?q?fckeditor=EC=9D=98=20=EC=9E=90=EB=8F=99?= =?UTF-8?q?=EC=A0=80=EC=9E=A5=EB=A9=94=EC=84=B8=EC=A7=80/=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=EC=97=85=EB=A1=9C=EB=93=9C=20=EB=B6=80=EB=B6=84?= =?UTF-8?q?=EC=9D=98=20CSS=20=EB=88=84=EB=9D=BD=EB=B6=84=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=ED=95=98=EC=97=AC=20=EC=9D=B4=EC=83=81=EC=97=86?= =?UTF-8?q?=EC=9D=B4=20=EB=B3=B4=EC=9D=B4=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6326 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/fckeditor/editor.css | 15 +++++++++++++++ modules/editor/skins/fckeditor/editor.html | 3 +-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 modules/editor/skins/fckeditor/editor.css diff --git a/modules/editor/skins/fckeditor/editor.css b/modules/editor/skins/fckeditor/editor.css new file mode 100644 index 000000000..11f50514d --- /dev/null +++ b/modules/editor/skins/fckeditor/editor.css @@ -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;} diff --git a/modules/editor/skins/fckeditor/editor.html b/modules/editor/skins/fckeditor/editor.html index 8bf2cfecb..81de53c6d 100644 --- a/modules/editor/skins/fckeditor/editor.html +++ b/modules/editor/skins/fckeditor/editor.html @@ -1,6 +1,5 @@ - - +