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
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:
Please add additional definitions like above for the levels 5 and deeper.
Keywords: indention css