Fix sidebar & reenable multiple fields

This commit is contained in:
Timon Tschanz
2020-01-30 14:11:45 +01:00
parent 239dde91b6
commit 669e4dfab3
5 changed files with 100 additions and 61 deletions

View File

@@ -3,6 +3,7 @@
.oe_translation_field {
width: 95%;
margin-top: 5px;
}
.oe_translation_field.touched {
border: 1px solid green !important;
@@ -10,3 +11,8 @@
.modal-xl {
max-width: 90%;
}
.oe_form_frame_cell.field_name {
padding-top: 5px;
vertical-align: top;
}