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,12 +584,18 @@
border-radius: 0; border-radius: 0;
position: fixed; position: fixed;
} }
et2-dialog {
--width: 100%;
}
div.ui-dialog { div.ui-dialog {
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
left: 0 !important; left: 0 !important;
top: 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;