[IMP] note pad: with 100%

bzr revid: chm@openerp.com-20121213155821-ufh8exnm2qid01b5
This commit is contained in:
Christophe Matthieu 2012-12-13 16:58:21 +01:00
parent d010441fe3
commit 86a1802556
2 changed files with 5 additions and 2 deletions

View File

@ -2,13 +2,16 @@
.oe_kanban_column .note_text_line_through {
text-decoration: line-through;
}
.openerp .oe_form .oe_form_field.oe_memo {
margin: 0 -16px 0 -16px;
padding: 0px;
width: 100%;
min-height: 200px;
}
.openerp .oe_form .oe_pad.oe_memo {
margin: 0 -16px 0 -16px;
width: auto;
}
.openerp .oe_form .oe_form_field.oe_memo .cleditorMain {
border: none;
padding: 0px;

View File

@ -7,7 +7,7 @@
<field name="inherit_id" ref="note.view_note_note_form"/>
<field name="arch" type="xml">
<field name="memo" position="replace">
<field name="note_pad_url" widget="pad"/>
<field name="note_pad_url" widget="pad" class="oe_memo"/>
</field>
</field>
</record>