mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
회원의 서명과 프로필 이미지를 출력하는 것을 document.item/ comment.item 각각에 getProfileImage(), getSignature() method를 빼서 각 스킨에서 알아서 적용할 수 있도록 자유도 올림. member_extra_info 애드온에서 서명 부분은 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3585 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
610df5a83f
commit
b0639e383d
12 changed files with 138 additions and 86 deletions
|
|
@ -306,3 +306,9 @@ h5 { padding:2px; }
|
|||
.tags .tagTypeD a { font-weight:bold; margin:0; background-color:#EFEFEF;}
|
||||
.tags .tagTypeE a { font-weight:normal; margin:0;}
|
||||
|
||||
|
||||
/* 회원 서명 및 프로필 이미지 출력 */
|
||||
.memberSignature { border:1px solid #e0e1db; padding:10px; margin-top:20px;}
|
||||
.memberSignature .profile { float:left; margin-right:20px; }
|
||||
.memberSignature .signature { float:left; }
|
||||
img.commentProfileImage { margin:5px 10px 5px 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue