add some padding to leave space for hasChildren or hasParent icon

This commit is contained in:
Ralf Becker 2012-03-22 09:06:48 +00:00
parent 15d8b369f5
commit 0fb77619a8

View File

@ -29,3 +29,6 @@ tr.rowHasParent > td:first-child {
background-repeat: no-repeat;
background-position: 0px 11px;
}
tr.row_on > td:first-child, tr.row_off > td:first-child {
padding-left: 10px;
}