mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Make message box bigger
This commit is contained in:
parent
8b0e5867cb
commit
67b22373f5
@ -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;
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user