~openerp-dev/openerp-web/7.0-bug-1092846-nwi

« back to all changes in this revision

Viewing changes to addons/web_kanban/static/src/xml/web_kanban.xml

  • Committer: Christophe Matthieu
  • Date: 2013-01-09 09:44:51 UTC
  • Revision ID: chm@openerp.com-20130109094451-0exhihw3f91o466s
[FIX] kanban view: css change for title elipsis

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                    </div>
47
47
                <div class="oe_fold_column">
48
48
                    <div t-attf-class="oe_kanban_group_title #{widget.undefined_title ? 'oe_kanban_group_title_undefined' : ''}">
49
 
                        <span><t t-esc="widget.title"/></span>
50
 
                        <span class="oe_kanban_group_length oe_tag" style="position:relative; top:-2px;">
 
49
                        <div class="oe_kanban_group_length oe_tag">
51
50
                            <t t-if="widget.group.get('length') &gt; 99"> 99+ </t><t t-if="widget.group.get('length') &lt;= 99"> <t t-esc="widget.group.get('length')"/> </t>
52
 
                        </span>
 
51
                        </div>
 
52
                        <div class="oe_kanban_group_title_text" t-att-title="widget.title"><t t-esc="widget.title"/></div>
53
53
                    </div>
54
54
                    <ul class="oe_kanban_aggregates">
55
55
                        <li t-foreach="widget.aggregates" t-as="aggregate">