Fix top header buttons in mobile dialog are not top aligned

This commit is contained in:
hadi 2023-05-23 12:59:14 +02:00
parent b44133052c
commit 211ad9be87
2 changed files with 5 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;}