forked from extern/egroupware
Fix missing indicator (arrow) when infolog has a parent
This commit is contained in:
parent
8fe08f2f8d
commit
ffa032356f
@ -38,7 +38,7 @@ table.infolog_fullWidth { width: 100%; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
tr.infolog_rowHasParent > td:first-child {
|
tr.infolog_rowHasParent > td:first-child {
|
||||||
background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png);
|
background-image: url(../../../api/templates/default/images/egw_action/arrow_up.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 6px -2px;
|
background-position: 6px -2px;
|
||||||
}
|
}
|
||||||
|
@ -107,7 +107,7 @@ table.infolog_fullWidth {
|
|||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
tr.infolog_rowHasParent > td:first-child {
|
tr.infolog_rowHasParent > td:first-child {
|
||||||
background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png);
|
background-image: url(../../../api/templates/default/images/egw_action/arrow_up.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 6px -2px;
|
background-position: 6px -2px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user