add some padding to leave space for hasChildren or hasParent icon

This commit is contained in:
Ralf Becker 2012-03-22 09:07:27 +00:00
parent 84d5784376
commit 492931ab8d

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;
}