Apply autoresize on textarea elements and fix css

This commit is contained in:
Akim Juillerat
2019-07-17 13:16:35 +02:00
committed by Timon Tschanz
parent cd48e2dafc
commit a3ac7e69ec
2 changed files with 6 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
/* Copyright 2012 Guewen Baconnier (Camptocamp SA)
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */
.openerp .oe_translation_field {
.oe_translation_field {
width: 95%;
}
.openerp .oe_translation_field.touched {
.oe_translation_field.touched {
border: 1px solid green !important;
}