From a5bbfc627ac7f8f0ec5971fd118a357d6dbe6eb4 Mon Sep 17 00:00:00 2001 From: milan Date: Wed, 20 Nov 2024 17:30:41 +0100 Subject: [PATCH] change Icon sizing in GridView (projectmanager) --- pixelegg/css/fancy.css | 5 +++-- pixelegg/css/pixelegg.css | 5 +++-- pixelegg/less/layout_table.less | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/pixelegg/css/fancy.css b/pixelegg/css/fancy.css index 3693a5ed47..9f3387e04e 100644 --- a/pixelegg/css/fancy.css +++ b/pixelegg/css/fancy.css @@ -6060,8 +6060,9 @@ table.egwGridView_grid img { height: 16px; } table.egwGridView_grid et2-image { - width: 16px; - font-size: 16px; + width: 1em; + font-size: 1.5em; + display: flex; } table.egwGridView_grid tbody { border-bottom: 1px solid #000000; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index a10974cf46..aadc59de94 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -6053,8 +6053,9 @@ table.egwGridView_grid img { height: 16px; } table.egwGridView_grid et2-image { - width: 16px; - font-size: 16px; + width: 1em; + font-size: 1.5em; + display: flex; } table.egwGridView_grid tbody { border-bottom: 1px solid #000000; diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 07ff17bb6c..16c5ac8820 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -179,8 +179,9 @@ table.egwGridView_grid img{ .dimension_height_s;} et2-image { - width: 16px; - font-size: 16px; + width: 1em; + font-size: 1.5em; + display: flex; } tbody {