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.
Task hierarchy tree structure not displayed due to CSS cascading differently than it used to (Bug #926)
Description
Hi!
I've used task hierarchy in ChiliProject 2.2. Tasks displayed in a nice tree structure.
But after an update to 3.0 tasks started to display in a plain list.
I've investigated the CSS and discovered that left padding of subtasks gets overridden by padding in another rule.
After updating the rules with !important
, tree structure is back!
See the attached screenshot for comparison.
Patch also included.
Related issues
duplicates Bug #911: Sub-sub (and deeper) issues CSS rules are overridden | Closed | 2012-02-28 |
History
Updated by Andrey Mikhaylov at 2012-03-08 08:54 pm
Ah... I should've set the affected version to 3.0. And now i can't find where to change it.
- Target version deleted (
3.1.0)
Updated by Andrew Smith at 2012-03-22 12:53 am
I'm pretty sure this is related to #911 as well. The solution there is to add #content to all of the rules instead of !important (using !important is generally not recommended).
Updated by Felix Schäfer at 2012-03-22 08:34 am
As far as I can see this is a duplicate of #911 and has been fixed in master, thanks for reporting!
- Affected version set to 3.0.0
- Status changed from Open to Duplicate