[IMP]widget_html li tag
authorPinakin Nayi (OpenERP) <pna@tinyerp.com>
Tue, 21 Aug 2012 09:11:23 +0000 (14:41 +0530)
committerPinakin Nayi (OpenERP) <pna@tinyerp.com>
Tue, 21 Aug 2012 09:11:23 +0000 (14:41 +0530)
bzr revid: pna@tinyerp.com-20120821091123-rbd47o84ex5aqcot

addons/web/static/src/css/base.css

index 2276bb2..dca1627 100644 (file)
 .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;