Merge lp:~openerp-dev/openobject-addons/trunk-bug-1093808-hip into lp:openobject-addons

Proposed by Hiral Patel (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1093808-hip
Merge into: lp:openobject-addons
Diff against target: 41 lines (+8/-1)
3 files modified
note/note_view.xml (+1/-1)
note/static/src/css/note.css (+3/-0)
note/static/src/css/note.sass (+4/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1093808-hip
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+141511@code.launchpad.net

Description of the change

Hello,

      The notes content in kanban does not align correctly.

Thanks.

To post a comment you must log in.

Unmerged revisions

8487. By Hiral Patel (OpenERP)

[FIX][trunk] Note module: Display of notes content in kanban does not align correctly align the content

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'note/note_view.xml'
2--- note/note_view.xml 2012-12-15 11:07:58 +0000
3+++ note/note_view.xml 2012-12-31 07:19:24 +0000
4@@ -74,7 +74,7 @@
5 </div>
6 </div>
7 <!-- kanban note -->
8- <div t-attf-class="oe_kanban_content #{record.open.raw_value ? '' : 'note_text_line_through'}">
9+ <div t-attf-class="oe_kanban_content #{record.open.raw_value ? '' : 'note_text_line_through'} oe_kanban_margin_content">
10 <!-- title -->
11 <field name="name"/>
12 </div>
13
14=== modified file 'note/static/src/css/note.css'
15--- note/static/src/css/note.css 2012-12-21 16:01:30 +0000
16+++ note/static/src/css/note.css 2012-12-31 07:19:24 +0000
17@@ -8,6 +8,9 @@
18 width: 100%;
19 min-height: 200px;
20 }
21+.openerp .oe_kanban_view .oe_kanban_margin_content {
22+ margin-right: 35px;
23+}
24 .openerp .oe_form .oe_pad.oe_memo {
25 width: auto;
26 }
27
28=== modified file 'note/static/src/css/note.sass'
29--- note/static/src/css/note.sass 2012-12-21 16:01:30 +0000
30+++ note/static/src/css/note.sass 2012-12-31 07:19:24 +0000
31@@ -14,6 +14,10 @@
32 .oe_kanban_column
33 .note_text_line_through
34 text-decoration: line-through
35+
36+.openerp .oe_kanban_view
37+ .oe_kanban_margin_content
38+ margin-right: 35px
39
40 .openerp
41 .oe_form

Subscribers

People subscribed via source and target branches

to all changes: