[ADD] Added oe_form_bottom class

bzr revid: fme@openerp.com-20120521115059-ouw03odyc3bhpbls
This commit is contained in:
Fabien Meghazi 2012-05-21 13:50:59 +02:00
parent 791061b067
commit cd9614cfdb
2 changed files with 2 additions and 2 deletions

View File

@ -1495,7 +1495,7 @@
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;

View 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