mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
19 lines
366 B
CSS
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;
|
|
}
|