From a8f4dc7569142afeb2d344a433f4cc1d6ae49a64 Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:23:31 +0100 Subject: [PATCH] fixes #2113 use flex to align icon and text use flex on message block, align items to center --- admin/themes/default/theme.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 8fb9d4e64..bc1461aaf 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -2237,16 +2237,20 @@ h2:lang(en) { text-transform:capitalize; } padding: 5px; font-weight:bold; min-height: 54px; + flex-direction: row; + display: flex; + align-items: center; + justify-content: start; } .infos ul, .errors ul, .warnings ul, .messages ul { - margin-top:18px; + margin:1_px 0; + padding-left:0; } .infos ul {color: #3C3C3C;} .eiw-icon { - float: left; font-size: 40px; margin-right: 10px; }