Fix missing indicator (arrow) when infolog has a parent

This commit is contained in:
nathangray 2016-06-22 11:47:27 -06:00
parent 8fe08f2f8d
commit ffa032356f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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