From 81e5f36429db254dfeb5bc3ccc545b0dde1b18da Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Thu, 15 Oct 2020 09:31:40 +0200 Subject: Fix icon align of outlinks in datatables (#16492) * Fix icon align of outlinks in datatables * improve styling * Move datatable icons to matomo font * replace icon in multisites report * improve css * improve css so it looks good on all os/browser * small adjustments * Adjust multisites data table * updates expected screenshots * move plus/minus icon one pixel down * move outlink icon one pixel down * updates expected screenshots * improve icon css * increase size of plus/minus icon * updates expected screenshots * updates submodules * fix ui test --- plugins/CoreHome/templates/_dataTableCell.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/CoreHome/templates') diff --git a/plugins/CoreHome/templates/_dataTableCell.twig b/plugins/CoreHome/templates/_dataTableCell.twig index 2021a75262..8f58c15029 100644 --- a/plugins/CoreHome/templates/_dataTableCell.twig +++ b/plugins/CoreHome/templates/_dataTableCell.twig @@ -6,8 +6,7 @@ target="_blank" href='{% if row.getMetadata('url')|slice(0,4) not in ['http','ftp:'] %}http://{% endif %}{{ row.getMetadata('url')|rawSafeDecoded }}'> {% if not row.getMetadata('logo') %} - + {% endif %} {% endif %} -- cgit v1.2.3