mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
xpresseditor 확장컴포넌트 CSS 미적용 되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6080 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8cdbfd6303
commit
f98699824f
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* Type Selector */
|
||||
.xpress-editor *{margin:0; padding:0; font-style:normal; font-size:12px; font-family: 돋움, Dotum, 굴림, Gulim, AppleGothic, Sans-serif;}
|
||||
.xpress-editor *{margin:0; padding:0; font-style:normal; font-size:12px; }
|
||||
.xpress-editor img,
|
||||
.xpress-editor fieldset,
|
||||
.xpress-editor button{ border:0;}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
|
||||
.xpress-editor .tool li.extensions .layer{ width:auto; white-space:nowrap; padding:5px 10px;}
|
||||
.xpress-editor .tool li.extensions .layer li{ margin:2px 0;}
|
||||
.xpress-editor .tool li.extensions .layer li a { color:#000; text-decoration:none; }
|
||||
.xpress-editor .tool li.extensions .layer li a:hover { text-decoration:underline; }
|
||||
|
||||
/* File Uploader */
|
||||
.xpress-editor .fileUploader{ clear:both; padding-top:5px; margin-bottom:20px;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue