1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Issue #2487 - Category Tree fixes.

This commit is contained in:
Cameron
2017-03-28 15:16:27 -07:00
parent c2cc206d21
commit a2026244a3
5 changed files with 226 additions and 20 deletions

View File

@@ -1552,8 +1552,12 @@ body#admin-menus #sc-admin-help .panel-body {
td img.thumbnail { margin-bottom:0 }
/* Parent/Child Indicator */
.treeprefix {margin-right:4px}
.treeprefix.level-2 { margin-left:10px }
.treeprefix.level-3 { margin-left:30px }
.treeprefix.level-4 { margin-left:50px }
.treeprefix.level-5 { margin-left:70px }