[IMP]widget_html li tag

bzr revid: pna@tinyerp.com-20120821091123-rbd47o84ex5aqcot
This commit is contained in:
Pinakin Nayi (OpenERP) 2012-08-21 14:41:23 +05:30
parent 0404db7742
commit 6bd1711418
1 changed files with 5 additions and 0 deletions

View File

@ -148,6 +148,11 @@
.openerp li {
list-style-type: none;
}
.openerp .oe_form_field_html li {
list-style-type: disc;
}
.openerp input, .openerp textarea, .openerp select {
padding: 2px 4px;
border: 1px solid #cccccc;