flectra/addons/note/static/src/css/note.css
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

13 lines
241 B
CSS

.o_kanban_group .note_text_line_through {
text-decoration: line-through;
}
.openerp .oe_form .oe_pad.oe_memo {
width: auto;
}
.openerp .oe_form .oe_form_field.oe_memo {
margin: 0;
padding: 0px;
width: 100%;
min-height: 200px; }