Skip to content

Styling: Missing indentions for level5 and deeper #3800

@mrimann

Description

@mrimann

Piwik v1.9.2

When visiting the list of pages for a certain range, the pages are shown as a hierarchical tree with some indention per level.

Now with a page that has deep-nested pages, this works fine for the first 4 levels - but starting from the 5th level, the deeper level is shown with the same indention as the one above (and not further indented as expected).

This makes reading/browsing in this list really complicated.

In the CSS, there are definitions like the following for the levels 1 to 4:

tr.level4 td.label {
    padding-left: 5em;
}

Please add additional definitions like above for the levels 5 and deeper.

Keywords: indention css

Metadata

Metadata

Assignees

Labels

BugFor errors / faults / flaws / inconsistencies etc.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions