mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #1142 move save button up a little bit
제대로 된 해결책은 아니지만, 메뉴 모듈 갈아엎을 때까지 임시방편
This commit is contained in:
parent
b97425fa92
commit
e60fab4969
2 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
</label>
|
||||
<div class="x_controls">
|
||||
<div class="x_input-append" style="margin-bottom:8px">
|
||||
<select name="_admin_member" multiple="multiple" size="{count($admin_member)?count($admin_member):1}">
|
||||
<select name="_admin_member" multiple="multiple" size="{countobj($admin_member) ?: 1}">
|
||||
<option loop="$admin_member => $key, $val" value="{$val->email_address}"|cond="$member_config->identifier=='email_address'" value="{$val->user_id}"|cond="$member_config->identifier!='email_address'">
|
||||
{$val->nick_name} (<block cond="$member_config->identifier=='email_address'">{$val->email_address}</block><block cond="$member_config->identifier!='email_address'">{$val->user_id}</block>)
|
||||
</option>
|
||||
|
|
|
|||
|
|
@ -337,6 +337,7 @@ padding:0;list-style:none}
|
|||
#skin .disabled>.mask{display:block;cursor:not-allowed}
|
||||
/* Full Setup */
|
||||
#fullSetup .x_btn-group{position:absolute;right:4px;margin: 0 5px;}
|
||||
#fullSetup .x_btn-group button { position:relative;top:-30px;}
|
||||
/* Message Box */
|
||||
#msgBox{width:600px;margin-left:-300px}
|
||||
#msgBox._small{width:400px;margin-left:-200px}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue