mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Member list cosmetic issue.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12427 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a6ccf6f4e0
commit
62ecd4ad43
3 changed files with 8 additions and 2 deletions
|
|
@ -77,6 +77,8 @@ body>.x,
|
|||
.x .x_table{margin:10px 0;border-top:2px solid #ddd;border-bottom:1px solid #ddd}
|
||||
.x h1+.x_table:first-of-type{border-top:0;margin-top:-10px}
|
||||
.x .x_table>caption{text-align:left;padding:0 0 10px 0;line-height:26px}
|
||||
.x .x_table>caption>a,
|
||||
.x .x_table>caption>i{position:relative;top:7px}
|
||||
.x .x_inline{display:inline-block;*display:inline;*zoom:1}
|
||||
.x label.checked,
|
||||
.x input:checked+label,
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -7,7 +7,7 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->user_list} <a class="x_icon-question-sign" href="./help/index.html#UMAN_member_list" target="_blank">도움말</a></h1>
|
||||
<h1>{$lang->user_list} <a class="x_icon-question-sign" href="./help/index.html#UMAN_member_list" target="_blank">{$lang->help}</a></h1>
|
||||
</div>
|
||||
<form action="" method="post">
|
||||
<table class="_memberList x_table x_table-striped x_table-hover">
|
||||
|
|
@ -15,6 +15,10 @@
|
|||
<a href="{getUrl('filter_type', '', 'page', '')}" class="active"|cond="$filter_type==''">{$lang->cmd_show_all_member}<block cond="$filter_type==''">({$total_count})</block></a>
|
||||
<i>|</i>
|
||||
<a href="{getUrl('filter_type', 'super_admin', 'page', '')}" class="active"|cond="$filter_type==super_admin">{$lang->cmd_show_super_admin_member}<block cond="$filter_type==super_admin">({$total_count})</block></a>
|
||||
<i>|</i>
|
||||
<a href="{getUrl('filter_type', 'enable', 'page', '')}" class="active"|cond="$filter_type==enable">{$lang->approval}<block cond="$filter_type==enable">({$total_count})</block></a>
|
||||
<i>|</i>
|
||||
<a href="{getUrl('filter_type', 'disable', 'page', '')}" class="active"|cond="$filter_type==disable">{$lang->denied}<block cond="$filter_type==disable">({$total_count})</block></a>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<a class="x_btn x_btn-inverse" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminInsert')}">{$lang->msg_new_member}</a>
|
||||
<a href="#listManager" class="modalAnchor _member x_btn">{$lang->cmd_selected_user_manage}...</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue