mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Cosmetic issues.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12559 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
21dc417b41
commit
8ffad6b166
3 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
@charset "utf-8";
|
||||
/* Reset */
|
||||
html,body{min-height:100%}
|
||||
body{margin:8px;-webkit-text-size-adjust:none}
|
||||
body>.x:first-child{min-width:300px;max-width:1240px;margin:0 auto}
|
||||
body{-webkit-text-size-adjust:none}
|
||||
body>.x:first-child{min-width:300px;max-width:1240px;margin:8px}
|
||||
body>.x,
|
||||
.x label,
|
||||
.x table,
|
||||
|
|
|
|||
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
|
|
@ -31,7 +31,7 @@
|
|||
<th scope="col" class="nowr" loop="$usedIdentifiers=>$name,$title">{$title}</th>
|
||||
<th scope="col" class="nowr"><a href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminList', 'sort_index', 'regdate', 'sort_order', ($sort_order == 'asc') ? 'desc' : 'asc')}">{$lang->signup_date}<block cond="$sort_index == 'regdate'"> <em cond="$sort_order=='asc'">▲</em><em cond="$sort_order != 'asc'">▼</em></block></a></th>
|
||||
<th scope="col" class="nowr"><a href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminList', 'sort_index', 'last_login', 'sort_order', ($sort_order == 'asc') ? 'desc' : 'asc')}">{$lang->last_login}<block cond="$sort_index == 'last_login'"> <em cond="$sort_order=='asc'">▲</em><em cond="$sort_order != 'asc'">▼</em></block></a></th>
|
||||
<th scope="col">{$lang->member_group}</th>
|
||||
<th scope="col" class="nowr">{$lang->member_group}</th>
|
||||
<th scope="col" class="nowr">{$lang->inquiry}/{$lang->cmd_modify}</th>
|
||||
<th scope="col">
|
||||
<input type="checkbox" title="Check All" data-name="user" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue