Make message box bigger

This commit is contained in:
Hadi Nategh 2022-11-08 12:53:57 +01:00
parent 8b0e5867cb
commit 67b22373f5
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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%;