From ffa032356f278844ae76fdadc1206858293608af Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 22 Jun 2016 11:47:27 -0600 Subject: [PATCH] Fix missing indicator (arrow) when infolog has a parent --- infolog/templates/default/app.css | 2 +- infolog/templates/pixelegg/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infolog/templates/default/app.css b/infolog/templates/default/app.css index 1aec50a703..dbcbfa6bbe 100644 --- a/infolog/templates/default/app.css +++ b/infolog/templates/default/app.css @@ -38,7 +38,7 @@ table.infolog_fullWidth { width: 100%; } } 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-position: 6px -2px; } diff --git a/infolog/templates/pixelegg/app.css b/infolog/templates/pixelegg/app.css index 62d6780818..5417049a2b 100755 --- a/infolog/templates/pixelegg/app.css +++ b/infolog/templates/pixelegg/app.css @@ -107,7 +107,7 @@ table.infolog_fullWidth { margin-left: 2px; } 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-position: 6px -2px; }