mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Modify simple world/rx_prn skin agreement style
네모의 꿈 회원 스킨에 스타일이랄게 없이 존재하던 약관 부분에 스타일 적용.
This commit is contained in:
parent
e506975439
commit
16685763e9
4 changed files with 299 additions and 275 deletions
|
|
@ -293,7 +293,7 @@ script, style
|
|||
{
|
||||
margin-top: 0;
|
||||
}
|
||||
&>input, &>select, button, #prn_profile_imagetag label.prn_button
|
||||
&>input, &>select, button, #prn_profile_imagetag label.prn_button, &.agreement .text
|
||||
{
|
||||
border: 1px solid #d1d1d1;
|
||||
height: auto;
|
||||
|
|
|
|||
|
|
@ -17,10 +17,10 @@
|
|||
<input type="hidden" name="act" value="procMemberInsert" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/member/skins" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act','dispMemberInfo')}" />
|
||||
<div class="agreement" loop="$member_config->agreements => $i, $agreement" cond="$agreement->type !== 'disabled'">
|
||||
<div class="agreement control-group" loop="$member_config->agreements => $i, $agreement" cond="$agreement->type !== 'disabled'">
|
||||
<div class="title">
|
||||
{$agreement->title}
|
||||
<block cond="$agreement->type === 'required'">({$lang->cmd_required})</block>
|
||||
<sup style="color:red" cond="$agreement->type === 'required'">*</sup>
|
||||
<block cond="$agreement->type === 'optional'">({$lang->cmd_optional})</block>
|
||||
</div>
|
||||
<div class="text">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue