Merge lp:~openerp-dev/openerp-web/trunk-purchase-visibility-nco-cod into lp:openerp-web

Proposed by Chirag Dodiya(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openerp-web/trunk-purchase-visibility-nco-cod
Merge into: lp:openerp-web
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/trunk-purchase-visibility-nco-cod
Reviewer Review Type Date Requested Status
OpenERP R&D Web Team Pending
Review via email: mp+216663@code.launchpad.net

Description of the change

Hello,

  I have seted margin top to set the grey help a little closer.

Thanks,
cod

To post a comment you must log in.
3988. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3989. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3990. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3991. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3992. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3993. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

Unmerged revisions

3993. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3992. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3991. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3990. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3989. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3988. By Chirag Dodiya(OpenERP)

[MRG]Merged with lp:openerp-web

3987. By Chirag Dodiya(OpenERP)

[MRG]Merged lp:~openerp-dev/openerp-web/trunk-purchase-visibility-nco

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 2014-05-08 15:25:16 +0000
3+++ addons/web/static/src/css/base.css 2014-05-16 11:12:35 +0000
4@@ -1976,6 +1976,7 @@
5 .openerp .oe_form div.oe_form_configuration p, .openerp .oe_form div.oe_form_configuration ul, .openerp .oe_form div.oe_form_configuration ol {
6 color: #aaaaaa;
7 max-width: 650px;
8+ margin-top: 5px;
9 }
10 .openerp .oe_form div.oe_form_configuration label {
11 min-width: 150px;
12
13=== modified file 'addons/web/static/src/css/base.sass'
14--- addons/web/static/src/css/base.sass 2014-05-08 15:25:16 +0000
15+++ addons/web/static/src/css/base.sass 2014-05-16 11:12:35 +0000
16@@ -1611,6 +1611,7 @@
17 p, ul, ol
18 color: #aaa
19 max-width: 650px
20+ margin-top: 5px
21 label
22 min-width: 150px
23 .oe_form_group_cell_label