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

View File

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

View File

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