From 4b128792894306f055fdf89cc0177d6b5bd7439a Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 12 Jun 2020 13:34:04 +0200 Subject: [PATCH] ui: css: improve look of fa icons with these changes fa icons in actioncolumns, they have the same layout as elements on the same line (they were slightly bigger and offset before) Signed-off-by: Dominik Csapak Signed-off-by: Wolfgang Bumiller --- www/css/ext6-pbs.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www/css/ext6-pbs.css b/www/css/ext6-pbs.css index 631d14e4..e634cfc1 100644 --- a/www/css/ext6-pbs.css +++ b/www/css/ext6-pbs.css @@ -123,7 +123,12 @@ table:not(.x-grid-item-selected) tr.x-grid-row.disabled { /* fix action column icons */ .x-action-col-icon { - font-size: 14px; + font-size: 13px; + height: 13px; +} + +.x-grid-cell-inner-action-col { + padding: 6px 10px 5px; } .x-action-col-icon:before {