diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 9c01c04a3b..dbc02072a5 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -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; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 9643bf2991..c6eb9b6ebb 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -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; }