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)


Added by Andrey Mikhaylov at 2012-03-08 08:50 pm. Updated at 2012-03-22 08:34 am.


Status:Duplicate Start date:2012-03-08
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Themes
Target version:-
Remote issue URL: Affected version:3.0.0

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.


application.css.patch (2.7 kB) Andrey Mikhaylov, 2012-03-08 08:50 pm

chiliproject_bug2.png (41.4 kB) Andrey Mikhaylov, 2012-03-08 08:50 pm


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

Also available in: Atom PDF