[FIX] height of the many2many_tags field when the field is empty

bzr revid: chm@openerp.com-20130606102437-8j0ga41pwe8fogd0
This commit is contained in:
Christophe Matthieu 2013-06-06 12:24:37 +02:00
parent 72ee804f8b
commit 079b780384
2 changed files with 2 additions and 0 deletions

View File

@ -555,6 +555,7 @@
}
.openerp .oe_tags .text-wrap textarea {
width: 100% !important;
min-height: 22px;
}
.openerp .oe_tags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
font-style: italic;

View File

@ -490,6 +490,7 @@ $sheet-padding: 16px
width: 100% !important
textarea
width: 100% !important
min-height: 22px
.text-core .text-wrap .text-dropdown .text-list .text-suggestion em
font-style: italic
text-decoration: none