From ebb30a9b03f7a79b80748a4bae69a91066ea6898 Mon Sep 17 00:00:00 2001 From: Linty Date: Thu, 5 Dec 2024 12:44:50 +0100 Subject: [PATCH] (cp bd9571cb7) fixes #2289 increase modal size and change messages margin --- admin/themes/default/template/user_list.tpl | 2 +- admin/themes/default/theme.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 4bfc20536..046f7078e 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -2587,7 +2587,7 @@ $(document).ready(function() { background-color:white; padding:30px; width:745px; - height: 630px; + height: 635px; flex-direction:column; border-radius:15px; } diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 62dfb3af9..034df42b3 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -6195,6 +6195,11 @@ a.group_users { .preview-box.icon-zoom-in:hover img { opacity:0.5; } + +#GuestUserList .messages { + margin: 0 0 15px 0; +} + /* See in the gallery - Photo page */ .see-out{ display: block;