mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 19:20:47 +01:00
Fix top header buttons in mobile dialog are not top aligned
This commit is contained in:
parent
b44133052c
commit
211ad9be87
@ -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;
|
||||
}
|
||||
|
@ -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;}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user