[IMPROVEMENT] Fixed notification table layout and icons

This commit is contained in:
Sebastian Grewe 2013-09-18 12:50:09 +02:00
parent ec4931bbc8
commit f41ea296df
2 changed files with 6 additions and 6 deletions

View File

@ -442,18 +442,18 @@ margin-bottom: 8px}
/* Content Manager */ /* Content Manager */
.tablesorter { .tablesorter, .tablesorterpager {
width: 100%; width: 100%;
margin: -5px 0 0 0; margin: -5px 0 0 0;
} }
.tablesorter td{ .tablesorter, .tablesorterpager td{
margin: 0; margin: 0;
padding: 0; padding: 0;
border-bottom: 1px dotted #ccc; border-bottom: 1px dotted #ccc;
} }
.tablesorter thead tr { .tablesorter, .tablesorterpager thead tr {
height: 34px; height: 34px;
background: url(../images/table_sorter_header.png) repeat-x; background: url(../images/table_sorter_header.png) repeat-x;
text-align: left; text-align: left;
@ -461,11 +461,11 @@ text-indent: 10px;
cursor: pointer; cursor: pointer;
} }
.tablesorter td { .tablesorter, .tablesorterpager td {
padding: 15px 10px; padding: 15px 10px;
} }
.tablesorter input[type=image] { .tablesorter, .tablesorterpager input[type=image] {
margin-right: 10px;} margin-right: 10px;}
ul.tabs { ul.tabs {

View File

@ -97,7 +97,7 @@
{/if} {/if}
</td> </td>
<td align="center"> <td align="center">
<img src="{$PATH}/images/icn_alert_{if $NOTIFICATIONS[notification].active}success{else}error{/if}.png" /> <i class="icon-{if $NOTIFICATIONS[notification].active}ok{else}cancel{/if}"></i>
</td> </td>
</tr> </tr>
{/section} {/section}