Added icons to kanban label for followers and messages

bzr revid: mit@openerp.com-20120709172559-lu2oemfugcl2w3vx
This commit is contained in:
Minh Tran 2012-07-09 19:25:59 +02:00
parent 3c67b48a2a
commit 6aa0da5204
2 changed files with 11 additions and 2 deletions

View File

@ -383,11 +383,16 @@
display: inline-block;
background: #e6e6e6;
border: 1px solid #b9b9b9;
padding: 1px 2px;
padding: 0 2px;
line-height: 22px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.openerp .oe_kanban_view .oe_kanban_footer_left > span .oe_e {
line-height: 12px;
font-size: 22px;
}
.openerp .oe_kanban_view .oe_kanban_bottom_right {
float: right;
position: relative;

View File

@ -325,8 +325,12 @@
display: inline-block
background: #E6E6E6
border: 1px solid #B9B9B9
padding: 1px 2px
padding: 0 2px
line-height: 22px
@include radius(3px)
.oe_e
line-height: 12px
font-size: 22px
.oe_kanban_bottom_right
float: right
position: relative