[FIX] M2m tags field wrong height count when field in nonactive notebook page at load time.

bzr revid: chm@openerp.com-20130607151339-t9n5iv2vap0kvimw
This commit is contained in:
Christophe Matthieu 2013-06-07 17:13:39 +02:00
parent 1204425a83
commit aa423f4cb1
2 changed files with 7 additions and 4 deletions

View File

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

View File

@ -490,10 +490,11 @@ $sheet-padding: 16px
width: 100% !important width: 100% !important
textarea textarea
width: 100% !important width: 100% !important
min-height: 22px .text-core
.text-core .text-wrap .text-dropdown .text-list .text-suggestion em min-height: 22px
font-style: italic .text-wrap .text-dropdown .text-list .text-suggestion em
text-decoration: none font-style: italic
text-decoration: none
margin-bottom: 1px margin-bottom: 1px
// }}} // }}}
// Tooltips {{{ // Tooltips {{{