fix groups

bzr revid: al@openerp.com-20120619140724-2k5pxakw99emft7y
This commit is contained in:
Antony Lesuisse 2012-06-19 16:07:24 +02:00
parent 69363d8288
commit 1ca85cf20e
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@charset "UTF-8";
@charset "utf-8";
@font-face {
font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
@ -1768,6 +1768,7 @@
padding-left: 8px;
}
.openerp .oe_form .oe_form_group {
width: 100%;
margin: 5px 0px 5px 0px;
}
.openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {

View File

@ -1407,6 +1407,7 @@ $colour4: #8a89ba
td.oe_form_group_cell + .oe_form_group_cell
padding-left: 8px
.oe_form_group
width: 100%
margin: 5px 0px 5px 0px
// }}}
// FormView.label {{{