Cleanup and improvement of tasks lists

Removed duplicate code in task lists views (now using a single class
with constructor parameters). Added specific display for assigned tasks
that have missing dependencies.
This commit is contained in:
Emmanuel BENOîT 2012-02-06 17:57:56 +01:00
parent dae65c0b4b
commit 634ed8f5ee
5 changed files with 67 additions and 64 deletions

View file

@ -399,6 +399,9 @@ dl.tasks .missing-deps, dl.tasks .missing-deps * {
dl.tasks .assigned, dl.tasks .assigned * {
color: #1f7f1f
}
dl.tasks .missing-deps.assigned, dl.tasks .missing-deps.assigned * {
color: #7f7f1f
}
dl.tasks dt.sub-title.completed {
color: #bfbfbf;