Fix missing action buttons in some dialogs in mobile view

This commit is contained in:
Hadi Nategh 2021-06-28 16:02:28 +02:00
parent e5d0e5def0
commit 982aa14e4e
2 changed files with 18 additions and 6 deletions

View File

@ -8455,7 +8455,7 @@ table.egwGridView_grid img.et2_appicon {
}
body .ui-dialog .ui-dialog-buttonpane {
position: fixed !important;
top: 0 !important;
bottom: 0 !important;
left: 0 !important;
display: block !important;
padding: 0 !important;
@ -8477,6 +8477,7 @@ table.egwGridView_grid img.et2_appicon {
background-color: transparent !important;
background-size: 24px 24px !important;
border: none;
float: right !important;
}
body .ui-dialog .ui-dialog-buttonpane button span {
padding-left: 20px;
@ -8486,8 +8487,13 @@ table.egwGridView_grid img.et2_appicon {
color: white;
z-index: 100;
background: #0c5da5;
width: 30%;
padding-top: 10px;
width: 100%;
height: 35px;
padding: 0;
padding-left: 5px;
margin: -3px;
padding-top: 15px;
border-radius: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
display: none;

View File

@ -596,7 +596,7 @@
}
.ui-dialog .ui-dialog-buttonpane {
position: fixed !important;
top:0 !important;
bottom:0 !important;
left:0 !important;
display:block !important;
padding:0 !important;
@ -609,6 +609,7 @@
button {
height:35px;
.white-svg;
float: right !important;
span {padding-left: 20px;}
}
background: #0c5da5;
@ -618,8 +619,13 @@
color: white;
z-index: 100;
background: #0c5da5;
width: 30%;
padding-top: 10px;
width: 100%;
height: 35px;
padding: 0;
padding-left: 5px;
margin: -3px;
padding-top: 15px;
border-radius: 0;
.ui-dialog-titlebar-close {
display: none;
}