Tweaks to staff action logs page

This commit is contained in:
Neil Lalonde 2013-08-07 18:29:13 -04:00
parent b6b30dabd4
commit b097d780d0
3 changed files with 5 additions and 4 deletions

View File

@ -7,8 +7,8 @@
<th class="action">{{i18n admin.logs.action}}</th>
<th class="staff_user">{{i18n admin.logs.staff_actions.staff_user}}</th>
<th class="target_user">{{i18n admin.logs.staff_actions.target_user}}</th>
<th class="created_at">{{i18n admin.logs.staff_actions.when}}</th>
<th class="context">{{i18n admin.logs.staff_actions.context}}</th>
<th class="created_at">{{i18n admin.logs.created_at}}</th>
<th class="details">{{i18n admin.logs.staff_actions.details}}</th>
</thead>
@ -28,8 +28,8 @@
&mdash;
{{/if}}
</td>
<td class="context">{{context}}</td>
<td class="created_at">{{unboundAgeWithTooltip created_at}}</td>
<td class="context">{{context}}</td>
<td class="details">
{{{formattedDetails}}}
{{#if showFullDetails}}

View File

@ -706,14 +706,14 @@ table {
.action {
width: 120px;
}
.staff_user, .target_user {
.staff_user, .target_user, .created_at {
white-space: nowrap;
}
.created_at {
text-align: center;
}
.details {
width: 500px;
width: 400px;
a {
text-decoration: underline;
}

View File

@ -1178,6 +1178,7 @@ en:
title: "Staff Actions"
staff_user: "Staff User"
target_user: "Target User"
when: "When"
context: "Context"
details: "Details"
actions: