mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
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;
|
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;
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user