Add in a due date column to issue lists and a red overdue flag after the issue summary
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user