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 {
|
body .ui-dialog .ui-dialog-buttonpane {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
top: 0 !important;
|
bottom: 0 !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
@ -8222,6 +8222,7 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
background-size: 24px 24px !important;
|
background-size: 24px 24px !important;
|
||||||
border: none;
|
border: none;
|
||||||
|
float: right !important;
|
||||||
}
|
}
|
||||||
body .ui-dialog .ui-dialog-buttonpane button span {
|
body .ui-dialog .ui-dialog-buttonpane button span {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
@ -8231,8 +8232,13 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
color: white;
|
color: white;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
width: 30%;
|
width: 100%;
|
||||||
padding-top: 10px;
|
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 {
|
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -621,7 +621,7 @@
|
|||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-buttonpane {
|
.ui-dialog .ui-dialog-buttonpane {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
top:0 !important;
|
bottom:0 !important;
|
||||||
left:0 !important;
|
left:0 !important;
|
||||||
display:block !important;
|
display:block !important;
|
||||||
padding:0 !important;
|
padding:0 !important;
|
||||||
@ -634,6 +634,7 @@
|
|||||||
button {
|
button {
|
||||||
height:35px;
|
height:35px;
|
||||||
.white-svg;
|
.white-svg;
|
||||||
|
float: right !important;
|
||||||
span {padding-left: 20px;}
|
span {padding-left: 20px;}
|
||||||
}
|
}
|
||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
@ -643,8 +644,13 @@
|
|||||||
color: white;
|
color: white;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
width: 30%;
|
width: 100%;
|
||||||
padding-top: 10px;
|
height: 35px;
|
||||||
|
padding: 0;
|
||||||
|
padding-left: 5px;
|
||||||
|
margin: -3px;
|
||||||
|
padding-top: 15px;
|
||||||
|
border-radius: 0;
|
||||||
.ui-dialog-titlebar-close {
|
.ui-dialog-titlebar-close {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user