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
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css 2013-01-09 13:18:48 +0000
+++ addons/web/static/src/css/base.css 2013-01-22 06:47:21 +0000
@@ -2242,6 +2242,7 @@
2242.openerp .oe_form .oe_form_group {2242.openerp .oe_form .oe_form_group {
2243 width: 100%;2243 width: 100%;
2244 margin: 9px 0 9px 0;2244 margin: 9px 0 9px 0;
2245 float: left;
2245}2246}
2246.openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {2247.openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
2247 padding-left: 20px;2248 padding-left: 20px;
22482249
=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass 2013-01-09 13:18:48 +0000
+++ addons/web/static/src/css/base.sass 2013-01-22 06:47:21 +0000
@@ -1776,6 +1776,7 @@
1776 .oe_form_group1776 .oe_form_group
1777 width: 100%1777 width: 100%
1778 margin: 9px 0 9px 01778 margin: 9px 0 9px 0
1779 float: left
1779 .oe_form_group_cell.oe_group_right1780 .oe_form_group_cell.oe_group_right
1780 padding-left: 20px1781 padding-left: 20px
1781 // }}}1782 // }}}