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,6 +574,7 @@
td.sub_item_hk {width:100%;} td.sub_item_hk {width:100%;}
} }
} }
div.egw_message_wrapper { div.egw_message_wrapper {
bottom: 0px; bottom: 0px;
top: auto; top: auto;
@ -583,16 +584,22 @@
border-radius: 0; border-radius: 0;
position: fixed; position: fixed;
} }
div.ui-dialog {
width:100% !important; et2-dialog {
height:100% !important; --width: 100%;
left:0 !important;
top:0 !important;
} }
div.ui-dialog {
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
}
div.ui-dialog-content { div.ui-dialog-content {
height:87% !important; height: 87% !important;
margin-top: 60px !important; margin-top: 60px !important;
padding:0 !important; padding: 0 !important;
.mob-fontsize-l; .mob-fontsize-l;
} }
.ui-dialog .ui-dialog-buttonpane { .ui-dialog .ui-dialog-buttonpane {