mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 19:20:47 +01:00
Fix styling of delete popup dialogs in mobile view
This commit is contained in:
parent
776ee2cd58
commit
2ba24dcde0
@ -8404,6 +8404,11 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
body et2-dialog#delete_popup {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1000000;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
body et2-button.plus_button {
|
body et2-button.plus_button {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
|
@ -670,7 +670,11 @@
|
|||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
et2-dialog#delete_popup {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1000000;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
et2-button.plus_button {
|
et2-button.plus_button {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user