mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
최근게시물/멤버그룹 위젯의 내부 여백 없앰
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2080 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ab399752d9
commit
c02e4a7523
4 changed files with 2 additions and 11 deletions
|
|
@ -1,6 +1,5 @@
|
|||
.member_group .title_box { border:1px solid #EEEEEE; padding:5px; height:14px; overflow:hidden; margin-bottom:.3em; }
|
||||
.member_group .title_box { border:1px solid #EEEEEE; padding:5px; height:14px; overflow:hidden; margin-bottom:.3em; font-weight:bold; }
|
||||
|
||||
.member_group .member_box { padding:3px 3px 3px 28px; clear:both; border-bottom:1px solid #EEEEEE; height:16px; overflow:hidden; margin:0px 0px 2px 0px; background:url(../images/normal/user.gif) no-repeat 5px 3px; }
|
||||
.member_group .member_box { padding:3px 3px 3px 38px; clear:both; border-bottom:1px solid #EEEEEE; height:16px; overflow:hidden; margin:0px 0px 2px 0px; background:url(../images/normal/user.gif) no-repeat 15px 3px; }
|
||||
|
||||
.member_group .nick_name { float:left; }
|
||||
.member_group .homepage a { color:#d1d9db; text-decoration:none; margin-left:10px; }
|
||||
|
|
|
|||
|
|
@ -13,12 +13,6 @@
|
|||
<!--@foreach($widget_info->member_list as $key => $val)-->
|
||||
<div class="member_box">
|
||||
<div class="nick_name member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div>
|
||||
<!--@if($val->homepage)-->
|
||||
<div class="homepage">
|
||||
<a href="{$val->homepage}" onclick="window.open(this.href);return false;">{$val->homepage}</a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
}
|
||||
|
||||
.newest_document_default_blue .newest_document_default_box {
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.newest_document_default_blue .newest_document_default_box .title_box {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
}
|
||||
|
||||
.newest_document_default_normal .newest_document_default_box {
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.newest_document_default_normal .newest_document_default_box .title_box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue