css6: reduce tree space usage for new theme

The tree has also big space paddings/margins in the crisp theme,
reduce this to a saner level.
This commit is contained in:
Thomas Lamprecht 2016-03-16 10:35:05 +01:00 committed by Dietmar Maurer
parent 7ace9f792f
commit 36bdf79986

View File

@ -12,4 +12,14 @@
color: #fff;
padding: 4px;
background-color: #3892d4;
}
}
/* reduce tree space */
.x-grid-cell-inner-treecolumn { /* vertical padding */
padding: 4px 0px;
}
/* horizontal distance between parent and child leaf */
.x-tree-elbow-img {
width: 14px;
}