Merge lp:~openerp-dev/openerp-web/7.0-bug-1062121-psa into lp:openerp-web/7.0

Proposed by Paramjit Singh Sahota(OpenERP)
Status: Rejected
Rejected by: Fabien Meghazi (OpenERP)
Proposed branch: lp:~openerp-dev/openerp-web/7.0-bug-1062121-psa
Merge into: lp:openerp-web/7.0
Diff against target: 23 lines (+2/-0)
2 files modified
addons/web/static/src/css/base.css (+1/-0)
addons/web/static/src/css/base.sass (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-bug-1062121-psa
Reviewer Review Type Date Requested Status
Fabien Meghazi (OpenERP) (community) Disapprove
Review via email: mp+144226@code.launchpad.net

Description of the change

Hello,

Fixed the issue,
> [7.0@r3168] Journal config - Layout problems in Firefox

Thankz YoU.

To post a comment you must log in.
Revision history for this message
Fabien Meghazi (OpenERP) (fme) wrote :

This is not a web client's bug. The view should be fixed in the addons.

review: Disapprove

Unmerged revisions

3709. By Paramjit Singh Sahota(OpenERP)

[FIX][7.0] Journal config - Layout problems in Firefox

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web/static/src/css/base.css'
2--- addons/web/static/src/css/base.css 2013-01-09 13:18:48 +0000
3+++ addons/web/static/src/css/base.css 2013-01-22 06:47:21 +0000
4@@ -2242,6 +2242,7 @@
5 .openerp .oe_form .oe_form_group {
6 width: 100%;
7 margin: 9px 0 9px 0;
8+ float: left;
9 }
10 .openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
11 padding-left: 20px;
12
13=== modified file 'addons/web/static/src/css/base.sass'
14--- addons/web/static/src/css/base.sass 2013-01-09 13:18:48 +0000
15+++ addons/web/static/src/css/base.sass 2013-01-22 06:47:21 +0000
16@@ -1776,6 +1776,7 @@
17 .oe_form_group
18 width: 100%
19 margin: 9px 0 9px 0
20+ float: left
21 .oe_form_group_cell.oe_group_right
22 padding-left: 20px
23 // }}}