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

View File

@ -97,7 +97,7 @@
{/if}
</td>
<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>
</tr>
{/section}