[MERGE] trunk-bug-1092942-ggh: kanban display tags: bug #1092942 and bug #1094877

bzr revid: chm@openerp.com-20130102135752-0r1h31ntawksm7n9
This commit is contained in:
Christophe Matthieu 2013-01-02 14:57:52 +01:00
parent e11e108bfb
commit 3f07d75644
2 changed files with 16 additions and 0 deletions

View File

@ -84,6 +84,7 @@
}
.openerp .oe_kanban_view .oe_kanban_group_title > span {
margin-right: 4px;
display: inline-block;
}
.openerp .oe_kanban_view .oe_kanban_column, .openerp .oe_kanban_view .oe_kanban_group_header {
vertical-align: top;
@ -430,6 +431,14 @@
line-height: 12px;
font-size: 22px;
}
.openerp .oe_kanban_view .oe_kanban_footer_left .oe_tags {
margin-right: 0;
}
.openerp .oe_kanban_view .oe_kanban_footer_left .oe_tags .oe_tag {
display: inline-block;
padding: 0 2px;
line-height: 14px;
}
.openerp .oe_kanban_view .oe_kanban_footer_left .oe_kanban_mail_new {
line-height: 18px;
background-color: #8a89ba;

View File

@ -111,6 +111,7 @@
text-shadow: 0 1px 0 white
> span
margin-right: 4px
display: inline-block
.oe_kanban_column, .oe_kanban_group_header
vertical-align: top
@ -379,6 +380,12 @@
.oe_e
line-height: 12px
font-size: 22px
.oe_tags
margin-right: 0
.oe_tag
display: inline-block
padding: 0 2px
line-height: 14px
.oe_kanban_mail_new
line-height: 18px
background-color: #8a89ba