Change egw message box position

This commit is contained in:
Hadi Nategh 2022-11-02 16:09:22 +01:00
parent 0c4c60dd42
commit ad34029932
2 changed files with 12 additions and 4 deletions

View File

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

View File

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