diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 66541c376b..afb5e16b60 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -9034,6 +9034,9 @@ table.egwGridView_grid img.et2_appicon { body .popupMainDiv form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input { margin: 0 5px 0 0; } + body .popupMainDiv table.et2_grid > tbody > tr > td:last-child { + padding-top: 0; + } body div#popupMainDiv { padding: 0; } diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index d25bcad4c9..db2c81404a 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -1268,6 +1268,8 @@ .et2_taglist>div{min-height: auto;} form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {margin:0 5px 0 0;} + + table.et2_grid>tbody>tr>td:last-child {padding-top: 0;} } div#popupMainDiv {padding:0;}