mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-04 13:55:02 +01:00
add some padding to leave space for hasChildren or hasParent icon
This commit is contained in:
parent
84d5784376
commit
492931ab8d
@ -29,3 +29,6 @@ tr.rowHasParent > td:first-child {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0px 11px;
|
background-position: 0px 11px;
|
||||||
}
|
}
|
||||||
|
tr.row_on > td:first-child, tr.row_off > td:first-child {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user