Hey.
admin/reports/status needs some styles to reflect the items status. Maybe put a icon in front of each row?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | before.png | 176.83 KB | jarek foksa |
| #1 | after.png | 182.57 KB | jarek foksa |
| #1 | status.patch | 1.31 KB | jarek foksa |
Hey.
admin/reports/status needs some styles to reflect the items status. Maybe put a icon in front of each row?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | before.png | 176.83 KB | jarek foksa |
| #1 | after.png | 182.57 KB | jarek foksa |
| #1 | status.patch | 1.31 KB | jarek foksa |
Comments
Comment #1
jarek foksa commentedI tried putting icons next to each row but it turned out to be tricky because table rows are merged down for some messages and you can't set padding on
<tr>and<td>elements.So I used colors instead for indicating different statuses.