mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
멤버그룹 위젯 기본 스킨 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2203 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cf613ee255
commit
822fc01311
4 changed files with 14 additions and 14 deletions
|
|
@ -1,5 +1,4 @@
|
|||
.member_group .title_box { background-color:#AAAAAA; padding:5px; height:14px; overflow:hidden; margin-bottom:.3em; font-weight:bold; color:#FFFFFF; border:1px solid #888888; }
|
||||
|
||||
.member_group .member_box { padding:3px 3px 3px 10px; clear:both; border-bottom:1px solid #EEEEEE; height:16px; overflow:hidden; margin:0px 0px 2px 0px; }
|
||||
|
||||
.member_group .nick_name { float:left; }
|
||||
.mg { padding-bottom:15px; overflow:hidden; position:relative;}
|
||||
.mg h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:4px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;}
|
||||
.mg ul { overflow:hidden; width:100%;}
|
||||
.mg ul li { white-space:nowrap; padding:3px 0 3px 10px; overflow:hidden; border-bottom:1px dashed #EEEEEE; color:#54564b;}
|
||||
|
|
|
|||
BIN
widgets/member_group/skins/default/images/normal/bulletD0.gif
Normal file
BIN
widgets/member_group/skins/default/images/normal/bulletD0.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 B |
BIN
widgets/member_group/skins/default/images/normal/lineNotice.gif
Normal file
BIN
widgets/member_group/skins/default/images/normal/lineNotice.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 B |
|
|
@ -4,16 +4,17 @@
|
|||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="member_group">
|
||||
<div class="mg">
|
||||
|
||||
<div class="title_box">
|
||||
<div class="title">{$widget_info->title}</div>
|
||||
</div>
|
||||
|
||||
<!--@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>
|
||||
</div>
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@end-->
|
||||
|
||||
<ul>
|
||||
<!--@foreach($widget_info->member_list as $key => $val)-->
|
||||
<li>
|
||||
<div class="nick_name member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue