[MERGE] trunk-bug-1092942-ggh: kanban display tags: bug #1092942 and bug #1094877
authorChristophe Matthieu <chm@openerp.com>
Wed, 2 Jan 2013 13:57:52 +0000 (14:57 +0100)
committerChristophe Matthieu <chm@openerp.com>
Wed, 2 Jan 2013 13:57:52 +0000 (14:57 +0100)
bzr revid: chm@openerp.com-20130102135752-0r1h31ntawksm7n9

addons/web_kanban/static/src/css/kanban.css
addons/web_kanban/static/src/css/kanban.sass

index ae19039..de7ff58 100644 (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;
   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;
index 4d7b0b8..f1b5789 100644 (file)
         text-shadow: 0 1px 0 white
         > span
             margin-right: 4px
+            display: inline-block
 
     .oe_kanban_column, .oe_kanban_group_header
         vertical-align: top
             .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