mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Fix missing action buttons in some dialogs in mobile view
This commit is contained in:
parent
41bd8d0da2
commit
d97374adba
@ -8200,7 +8200,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;
|
||||
@ -8222,6 +8222,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;
|
||||
@ -8231,8 +8232,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;
|
||||
|
@ -621,7 +621,7 @@
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane {
|
||||
position: fixed !important;
|
||||
top:0 !important;
|
||||
bottom:0 !important;
|
||||
left:0 !important;
|
||||
display:block !important;
|
||||
padding:0 !important;
|
||||
@ -634,6 +634,7 @@
|
||||
button {
|
||||
height:35px;
|
||||
.white-svg;
|
||||
float: right !important;
|
||||
span {padding-left: 20px;}
|
||||
}
|
||||
background: #0c5da5;
|
||||
@ -643,8 +644,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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user