Merge lp:~openerp-dev/openerp-web/7.0-opw-601477-fka into lp:openerp-web/7.0

Proposed by Foram Katharotiya (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openerp-web/7.0-opw-601477-fka
Merge into: lp:openerp-web/7.0
Diff against target: 27 lines (+6/-0)
2 files modified
addons/web/static/src/css/base.css (+3/-0)
addons/web/static/src/css/base.sass (+3/-0)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-opw-601477-fka
Reviewer Review Type Date Requested Status
Vinay Rana (OpenERP) Pending
Naresh(OpenERP) Pending
Review via email: mp+197994@code.launchpad.net

Description of the change

Hello,

I have Fix the issue of journal form view which is not displayed properly in mozila.
The two fields, "Default Debit Account" and "Default Credit Account" are on the page, but visible in the right of the area.

Thanx & Regards,
FKA

To post a comment you must log in.
4086. By Foram Katharotiya (OpenERP)

[IMP] improve base.sass file

Revision history for this message
Mohammed Shekha(Open ERP) (msh-openerp) wrote :

Hello Foram,

No doubt it fixes the issue but actual issue seems about margin and padding, it has already been fixed in following branch.
lp:~openerp-dev/openerp-web/7.0-opw-595114-msh

For more information about issue, you can go through description on proposal.

I think there is no need of this branch.

Thanks.

Unmerged revisions

4086. By Foram Katharotiya (OpenERP)

[IMP] improve base.sass file

4085. By Foram Katharotiya (OpenERP)

[FIX] improve base.css file

4084. By Foram Katharotiya (OpenERP)

[FIX] improve oe_title class in base.css file

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-11-12 14:37:46 +0000
+++ addons/web/static/src/css/base.css 2013-12-06 07:31:27 +0000
@@ -448,6 +448,9 @@
448 clear: both;448 clear: both;
449 visibility: hidden;449 visibility: hidden;
450}450}
451.openerp .oe_form_nosheet .oe_form_group {
452 float: left;
453}
451.openerp .oe_button_box {454.openerp .oe_button_box {
452 width: 270px;455 width: 270px;
453 text-align: right;456 text-align: right;
454457
=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass 2013-11-12 14:37:46 +0000
+++ addons/web/static/src/css/base.sass 2013-12-06 07:31:27 +0000
@@ -421,6 +421,9 @@
421 height: 0421 height: 0
422 clear: both422 clear: both
423 visibility: hidden423 visibility: hidden
424 .oe_form_nosheet
425 .oe_form_group
426 float: left
424 .oe_button_box427 .oe_button_box
425 width: 270px428 width: 270px
426 text-align: right429 text-align: right