Files
web/web_translate_dialog/static/src/css/base.css
2020-01-30 14:11:45 +01:00

19 lines
366 B
CSS

/* Copyright 2012 Guewen Baconnier (Camptocamp SA)
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */
.oe_translation_field {
width: 95%;
margin-top: 5px;
}
.oe_translation_field.touched {
border: 1px solid green !important;
}
.modal-xl {
max-width: 90%;
}
.oe_form_frame_cell.field_name {
padding-top: 5px;
vertical-align: top;
}