yotamberk / timeline-plus

Timeline - chronological visualization of your data
MIT License
137 stars 36 forks source link

Pure CSS-based indentation of group levels #137

Closed sbusch closed 5 years ago

sbusch commented 5 years ago

Solution for https://github.com/yotamberk/timeline-plus/issues/103 "'Hard-coded' indent in nested groups":

The indentation is now styled via some new classes (timeline-group-level-0, timeline-group-level-1 and so on...) and CSS, which allows custom styling for each level by overriding these styles.

Tested in current Firefox (Developer Edition) and Internet Explorer 11.

Notes:

See enclosed commits, I tried to separate them as possible.