From 67b22373f588a97e17e65d86e4eee0f89460bf6e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 8 Nov 2022 12:53:57 +0100 Subject: [PATCH] Make message box bigger --- pixelegg/css/pixelegg.css | 4 ++-- pixelegg/less/layout_dialog.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 8b955bb655..152ba9dc97 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3553,8 +3553,8 @@ body .egw_message_wrapper.isPopup { body .egw_message_wrapper { background-color: #d9d9d9; right: 0 !important; - max-width: 25%; - min-width: 25%; + max-width: 40%; + min-width: 40%; box-shadow: 2px 3px 13px #666666; -moz-box-shadow: 2px 3px 13px #666666; -webkit-box-shadow: 2px 3px 13px #666666; diff --git a/pixelegg/less/layout_dialog.less b/pixelegg/less/layout_dialog.less index 45a9b2d8aa..81200bcb6b 100755 --- a/pixelegg/less/layout_dialog.less +++ b/pixelegg/less/layout_dialog.less @@ -450,8 +450,8 @@ body .egw_message_wrapper.isPopup{ body .egw_message_wrapper { .background_color_15_gray; right: 0 !important; - max-width: 25%; - min-width: 25%; + max-width: 40%; + min-width: 40%; .box_shadow; bottom: 0; max-height: 60%;