[ADD] Added oe_form_bottom class
authorFabien Meghazi <fme@openerp.com>
Mon, 21 May 2012 11:50:59 +0000 (13:50 +0200)
committerFabien Meghazi <fme@openerp.com>
Mon, 21 May 2012 11:50:59 +0000 (13:50 +0200)
bzr revid: fme@openerp.com-20120521115059-ouw03odyc3bhpbls

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

index 7682f92..4a426e1 100644 (file)
   padding: 8px 0;
   border-bottom: 1px solid #dddddd;
 }
-.openerp .oe_application .oe_form_sheet_width {
+.openerp .oe_application .oe_form_sheet_width, .openerp .oe_application .oe_form_bottom {
   min-width: 650px;
   max-width: 980px;
   margin: 0 auto;
index f102245..f128d93 100644 (file)
@@ -1216,7 +1216,7 @@ $colour4: #8a89ba
             background: url(/web/static/src/img/form_sheetbg.png)
             padding: 8px 0
             border-bottom: 1px solid #ddd 
-        .oe_form_sheet_width
+        .oe_form_sheet_width, .oe_form_bottom
             min-width: 650px
             max-width: 980px
             margin: 0 auto