diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 70bb09f111..40bec68853 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3541,12 +3541,16 @@ div.admin-config form > table td b { */ body .egw_message_wrapper { background-color: #d9d9d9; - right: 33%; + right: 0 !important; + max-width: 25%; + min-width: 25%; box-shadow: 2px 3px 13px #666666; -moz-box-shadow: 2px 3px 13px #666666; -webkit-box-shadow: 2px 3px 13px #666666; -khtml-box-shadow: 2px 3px 13px #666666; - top: 0px; + bottom: 0; + max-height: 60%; + overflow-y: auto; z-index: 100000; } body .egw_message_wrapper > div:last-child { diff --git a/pixelegg/less/layout_dialog.less b/pixelegg/less/layout_dialog.less index a0fca3577d..f4a58f98d8 100755 --- a/pixelegg/less/layout_dialog.less +++ b/pixelegg/less/layout_dialog.less @@ -441,9 +441,13 @@ div.admin-config form > table { */ body .egw_message_wrapper { .background_color_15_gray; - right: 33%; + right: 0 !important; + max-width: 25%; + min-width: 25%; .box_shadow; - top: 0px; + bottom: 0; + max-height: 60%; + overflow-y: auto; z-index: 100000; & > div:last-child { margin-bottom: 0px !important;