mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Apply autoresize on textarea elements and fix css
This commit is contained in:
committed by
Timon Tschanz
parent
cd48e2dafc
commit
a3ac7e69ec
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user