[IMP] Added new stlye to avoid overriding of text in header section
authorPinakin Nai(OpenERP) <>
Wed, 22 Aug 2012 13:30:35 +0000 (19:00 +0530)
committerpso (OpenERP) <pso@tinyerp.com>
Wed, 22 Aug 2012 13:30:35 +0000 (19:00 +0530)
bzr revid: pso@tinyerp.com-20120822133035-totgh1ez1omty11r

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

index dca1627..bd22cce 100644 (file)
   list-style-type: disc;
 }
 
+ .openerp .oe_form_field_html h1,h2 {
+  line-height:26px;
+}
+
 .openerp input, .openerp textarea, .openerp select {
   padding: 2px 4px;
   border: 1px solid #cccccc;