Make dialogs full width

This commit is contained in:
nathan 2023-02-17 13:12:01 -07:00
parent 236c1c0305
commit 1aef969bc3
2 changed files with 29 additions and 19 deletions

View File

@ -8318,6 +8318,9 @@ table.egwGridView_grid img.et2_appicon {
border-radius: 0; border-radius: 0;
position: fixed; position: fixed;
} }
body et2-dialog {
--width: 100%;
}
body div.ui-dialog { body div.ui-dialog {
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;

View File

@ -574,25 +574,32 @@
td.sub_item_hk {width:100%;} td.sub_item_hk {width:100%;}
} }
} }
div.egw_message_wrapper {
bottom: 0px; div.egw_message_wrapper {
top: auto; bottom: 0px;
left: 0px; top: auto;
right: 0px !important; left: 0px;
max-width: 100%; right: 0px !important;
border-radius: 0; max-width: 100%;
position: fixed; border-radius: 0;
} position: fixed;
div.ui-dialog { }
width:100% !important;
height:100% !important; et2-dialog {
left:0 !important; --width: 100%;
top:0 !important; }
}
div.ui-dialog-content { div.ui-dialog {
height:87% !important; width: 100% !important;
margin-top: 60px !important; height: 100% !important;
padding:0 !important; left: 0 !important;
top: 0 !important;
}
div.ui-dialog-content {
height: 87% !important;
margin-top: 60px !important;
padding: 0 !important;
.mob-fontsize-l; .mob-fontsize-l;
} }
.ui-dialog .ui-dialog-buttonpane { .ui-dialog .ui-dialog-buttonpane {