ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
progress_closed.diff
b/public/stylesheets/application.css | ||
---|---|---|
635 | 635 |
} |
636 | 636 | |
637 | 637 |
table.progress td { height: 0.9em; } |
638 |
table.progress td.closed { background: #BAE0BA none repeat scroll 0%; } |
|
638 |
table.progress td.closed { background: #BAE0BA none repeat scroll 0% !important; }
|
|
639 | 639 |
table.progress td.done { background: #DEF0DE none repeat scroll 0%; } |
640 | 640 |
table.progress td.open { background: #FFF none repeat scroll 0%; } |
641 | 641 |
p.pourcent {font-size: 80%;} |