[IMP] css

bzr revid: fp@tinyerp.com-20120716111324-xi5x9w0broortnls
This commit is contained in:
Fabien Pinckaers 2012-07-16 13:13:24 +02:00
parent f004544c4b
commit 402d455f5b
3 changed files with 35 additions and 36 deletions

View File

@ -34,7 +34,7 @@
background: white;
/* http://www.quirksmode.org/dom/inputfile.html
* http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
*/
*/ */
}
.openerp a {
text-decoration: none;
@ -1897,8 +1897,8 @@
width: 100%;
margin: 4px 0 4px 0;
}
.openerp .oe_form .oe_form_group .oe_group_right {
margin-left: 18px;
.openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
padding-left: 20px;
}
.openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
font-weight: bold;

View File

@ -1479,8 +1479,8 @@ $sheet-max-width: 860px
.oe_form_group
width: 100%
margin: 4px 0 4px 0
.oe_group_right
margin-left: 18px
.oe_form_group_cell.oe_group_right
padding-left: 20px
// }}}
// FormView.label {{{
.oe_form

View File

@ -1186,8 +1186,7 @@ instance.web.form.FormRenderingEngine = instance.web.form.FormRenderingEngineInt
row_cols = cols;
} else if (tagName==='group') {
// When <group> <group/><group/> </group>, we need a spacing between the two groups
$child.addClass('oe_group_right')
$td.addClass('oe_group_right')
}
row_cols -= colspan;