forked from extern/egroupware
Make dialogs full width
This commit is contained in:
parent
236c1c0305
commit
1aef969bc3
@ -8318,6 +8318,9 @@ table.egwGridView_grid img.et2_appicon {
|
||||
border-radius: 0;
|
||||
position: fixed;
|
||||
}
|
||||
body et2-dialog {
|
||||
--width: 100%;
|
||||
}
|
||||
body div.ui-dialog {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
|
@ -574,25 +574,32 @@
|
||||
td.sub_item_hk {width:100%;}
|
||||
}
|
||||
}
|
||||
div.egw_message_wrapper {
|
||||
bottom: 0px;
|
||||
top: auto;
|
||||
left: 0px;
|
||||
right: 0px !important;
|
||||
max-width: 100%;
|
||||
border-radius: 0;
|
||||
position: fixed;
|
||||
}
|
||||
div.ui-dialog {
|
||||
width:100% !important;
|
||||
height:100% !important;
|
||||
left:0 !important;
|
||||
top:0 !important;
|
||||
}
|
||||
div.ui-dialog-content {
|
||||
height:87% !important;
|
||||
margin-top: 60px !important;
|
||||
padding:0 !important;
|
||||
|
||||
div.egw_message_wrapper {
|
||||
bottom: 0px;
|
||||
top: auto;
|
||||
left: 0px;
|
||||
right: 0px !important;
|
||||
max-width: 100%;
|
||||
border-radius: 0;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
et2-dialog {
|
||||
--width: 100%;
|
||||
}
|
||||
|
||||
div.ui-dialog {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
left: 0 !important;
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
div.ui-dialog-content {
|
||||
height: 87% !important;
|
||||
margin-top: 60px !important;
|
||||
padding: 0 !important;
|
||||
.mob-fontsize-l;
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane {
|
||||
|
Loading…
Reference in New Issue
Block a user