mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
member모듈의 기본 스킨에 검은 배경에 맞는 black colorset추가하고 서명수정/ 쪽지발송등에 사용되는 에디터 스킨을 관리자 페이지에서 선택할 수 있도록 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3993 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c97dfd6c78
commit
186fe91036
17 changed files with 91 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.xeEditor { }
|
||||
.xeEditor .optionABC { clear:both; width:100%; overflow:hidden; background:transparent;}
|
||||
.xeEditor .optionABC .selectGroup { white-space:nowrap; display:block; height:21px; margin:0 .5em 0 0; padding-left:1em; float:left;}
|
||||
.xeEditor .optionABC .selectGroup select {background-color:transparent; color:#AAAAAA; }
|
||||
.xeEditor .optionABC .selectGroup select {background-color:#444444; color:#AAAAAA; }
|
||||
.xeEditor .optionABC .buttonGroup { white-space:nowrap; position:relative; display:block; margin:0 .5em 0 0; float:left; height:21px; overflow:hidden; padding-left:2px;}
|
||||
.xeEditor .optionABC .buttonGroup img { float:left; display:block; margin-left:-1px; cursor:pointer;}
|
||||
.xeEditor .optionA,
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
.xeEditor .fileAttach .preview { padding:5px; border:1px solid #e1e1dd; width:100px; height:100px; margin-right:10px;}
|
||||
.xeEditor .fileAttach .preview img { width:100px; height:100px; }
|
||||
|
||||
.xeEditor .fileAttach .fileListArea .fileList { background:transparent; overflow:auto; width:100%; height:auto; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; margin-bottom:10px; font-size:11px;}
|
||||
.xeEditor .fileAttach .fileListArea .fileList { background:#444444; overflow:auto; width:100%; height:auto; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; margin-bottom:10px; font-size:11px;}
|
||||
.xeEditor .fileAttach .fileListArea .fileList option { line-height:100%; padding-left:.5em; color:#AAAAAA;}
|
||||
.xeEditor .fileAttach .fileUploadControl { float:left; }
|
||||
.xeEditor .fileAttach .file_attach_info { color:#AAAAAA; font-size:.9em; _font-size:8pt; text-align:right;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue