mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
1. 팝업창에서 팝업닫기 버튼(우상단)의 위치와 본문이 조금씩 숨는 문제 수정
2. 애드온 모듈 설정에서 모듈의 이름이 Array로 나오는 문제 수정. 3. xe default 게시판 스킨에서 비밀글 설정과 상관없이 사용할 수 있는 문제 수정 4. 기본 서식에서 글의 글자크기를 12px 로 고정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6143 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
41f566f434
commit
be407d41aa
6 changed files with 8 additions and 4 deletions
|
|
@ -130,7 +130,7 @@
|
|||
.boxModelControler .buttonArea{ padding:15px 0 0 0; text-align:center;}
|
||||
|
||||
#popup_content { border:2px solid #777; margin:0; font-size:12px; background:#fff; position:relative;}
|
||||
#popup_content .xButton { position:absolute; top:9px; right:9px; width:15px; height:14px; background-color:transparent; background:url(../img/buttonClose.gif) no-repeat; border:0; cursor:pointer; overflow:hidden; }
|
||||
#popup_content .xButton { position:absolute; top:9px; right:18px; width:15px; height:14px; background-color:transparent; background:url(../img/buttonClose.gif) no-repeat; border:0; cursor:pointer; overflow:hidden; }
|
||||
#popup_content .xButton span { position:relative; z-index:-1; visibility:hidden; }
|
||||
#popup_content * { font-size:12px; }
|
||||
#popHeadder h4.xeAdmin, #popHeadder h1.xeAdmin, #popHeadder h3.xeAdmin { font-size:14px !important; font-family:Dotum !important; background:#f4f4f4 !important; padding:8px 30px 8px 15px !important; letter-spacing:-1px !important; border:none !important; margin:0 !important;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue