mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
xe_board의 게시글/댓글 팝업메뉴 아이콘 안 보이는 문제 해결. 댓글의 프로필 이미지 출력시 alt값 부여
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3586 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b0639e383d
commit
f18e739563
3 changed files with 5 additions and 5 deletions
|
|
@ -54,7 +54,7 @@
|
|||
</form>
|
||||
<!--@else-->
|
||||
<!--@if($comment->getProfileImage())-->
|
||||
<img src="{$comment->getProfileImage()}" align="left" class="commentProfileImage"/>
|
||||
<img src="{$comment->getProfileImage()}" align="left" class="commentProfileImage" alt="profile"/>
|
||||
<!--@end-->
|
||||
{$comment->getContent(true)}
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
</div>
|
||||
<!--@else-->
|
||||
<!--@if($comment->getProfileImage())-->
|
||||
<img src="{$comment->getProfileImage()}" align="left" class="commentProfileImage"/>
|
||||
<img src="{$comment->getProfileImage()}" align="left" class="commentProfileImage" alt="profile" />
|
||||
<!--@end-->
|
||||
{$comment->getContent(true)}
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
/* boardRead */
|
||||
.viewDocument { border-bottom:2px solid #AAAAAA; margin-bottom:20px; }
|
||||
.boardRead { margin:0 0 10px 0; }
|
||||
.boardRead { margin:10px 0 10px 0; }
|
||||
|
||||
.boardRead .titleAndUser { overflow:hidden; border-bottom:1px solid #e0e1db; }
|
||||
|
||||
|
|
@ -290,8 +290,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
|
||||
/* 게시물의 팝업 메뉴 */
|
||||
.comment_popup_menu, .document_popup_menu { text-align:right; background:url(../images/common/document_menu.gif) no-repeat right top; padding-right:16px; }
|
||||
.comment_popup_menu span, .document_popup_menu span { cursor:pointer; display:inline; background:none; padding:0 0 0 0; margin:0 0 0 0; }
|
||||
.comment_popup_menu, .document_popup_menu { text-align:right; background:none; background:url(../images/common/document_menu.gif) no-repeat right top; padding:0 15px; 0 0; }
|
||||
.comment_popup_menu span, .document_popup_menu span { cursor:pointer; display:inline; }
|
||||
|
||||
/* tag list */
|
||||
.tagsBox { border:1px solid #EEEEEE; padding:10px; overflow:hidden;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue