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
1=== modified file 'addons/web/static/src/css/base.css'
2--- addons/web/static/src/css/base.css 2013-11-12 14:37:46 +0000
3+++ addons/web/static/src/css/base.css 2013-12-06 07:31:27 +0000
4@@ -448,6 +448,9 @@
5 clear: both;
6 visibility: hidden;
7 }
8+.openerp .oe_form_nosheet .oe_form_group {
9+ float: left;
10+}
11 .openerp .oe_button_box {
12 width: 270px;
13 text-align: right;
14
15=== modified file 'addons/web/static/src/css/base.sass'
16--- addons/web/static/src/css/base.sass 2013-11-12 14:37:46 +0000
17+++ addons/web/static/src/css/base.sass 2013-12-06 07:31:27 +0000
18@@ -421,6 +421,9 @@
19 height: 0
20 clear: both
21 visibility: hidden
22+ .oe_form_nosheet
23+ .oe_form_group
24+ float: left
25 .oe_button_box
26 width: 270px
27 text-align: right