Add in a due date column to issue lists and a red overdue flag after the issue summary

This commit is contained in:
Simon Holywell
2012-03-11 01:15:29 +00:00
parent d676727c1e
commit 69949b2941
2 changed files with 33 additions and 7 deletions

View File

@@ -180,6 +180,14 @@ table.recent-issues td {
vertical-align: top;
}
table.recent-issues td span.overdue {
font-weight: bold;
background-color: #c00;
color: #fff;
padding: 0 2px;
margin-left: 5px;
}
table.recent-issues tfoot th {
text-align: right;
}