From cf61a472f530ae06922b7072becda732e7b542bb Mon Sep 17 00:00:00 2001 From: iliajie Date: Fri, 16 Dec 2022 17:17:22 +0200 Subject: [PATCH] Fix padding in alerts --- gray-theme/unauthenticated/gray-theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gray-theme/unauthenticated/gray-theme.css b/gray-theme/unauthenticated/gray-theme.css index 81061662d..10dc61928 100644 --- a/gray-theme/unauthenticated/gray-theme.css +++ b/gray-theme/unauthenticated/gray-theme.css @@ -335,7 +335,10 @@ form[action="config_save.cgi"] #sortableTable2 > thead > tr > td { .leftmenu details .linkindented { margin-left: 16px; } - +.ui_alert_box > tbody > tr > td { + padding-left: 4px; + padding-right: 4px; +} .ui_alert_box > tbody > tr[bgcolor="#DFF0D8"] > td { border: 1px solid #7cda1099; }