mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
기본 xe_board 게시판스킨의 댓글에 나오는 프로필 이미지를 댓글내용 왼쪽으로 표시되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4083 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0524c74a3a
commit
34afa37800
3 changed files with 8 additions and 7 deletions
|
|
@ -91,7 +91,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px; overflow:hidden;}
|
||||
.boardRead .fileAttached h5 { font-weight:normal; color:#999999; font-size:1em; line-height:22px; }
|
||||
.boardRead .fileAttached ul { padding:0; margin:0; }
|
||||
.boardRead .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; height:18px;}
|
||||
.boardRead .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; }
|
||||
.boardRead .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; }
|
||||
.boardRead .fileAttached li a:visited { color:#777777;}
|
||||
|
||||
|
|
@ -125,9 +125,9 @@ Jeong, Chan Myeong 070601~070630
|
|||
.replyBox .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}
|
||||
|
||||
.replyBox .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px; overflow:hidden;}
|
||||
.replyBox .fileAttached ul { border:0; margin:0; }
|
||||
.replyBox .fileAttached h5 { font-weight:normal; color:#999999; float:left; font-size:1em; line-height:22px;}
|
||||
.replyBox .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; height:18px;}
|
||||
.replyBox .fileAttached ul { border:0; margin:0; padding:0;}
|
||||
.replyBox .fileAttached h5 { font-weight:normal; color:#999999; float:left; font-size:1em; }
|
||||
.replyBox .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; }
|
||||
.replyBox .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; }
|
||||
.replyBox .fileAttached li a:visited { color:#777777;}
|
||||
|
||||
|
|
@ -318,6 +318,7 @@ html:not([lang*=""]) .boardList th { height:33px; }
|
|||
/* 회원 서명 및 프로필 이미지 출력 */
|
||||
.memberSignature { border:1px solid #e0e1db; padding:10px; margin-top:20px;}
|
||||
.memberSignature .profile { float:left; margin-right:20px; }
|
||||
.commentProfileImage { margin:0 0 10px 0; }
|
||||
.commentProfileImage { margin:0 10px 10px 0; float:left; }
|
||||
.replyBox .xe_content { display:inline; }
|
||||
|
||||
.display_date { cursor:pointer; width:80px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px; margin-right:10px;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue