[IMP] add icons for stat buttons

bzr revid: rajmyt@gmail.com-20140320094959-4vki69r7715xvl41
This commit is contained in:
Randhir Mayatra (OpenERP) 2014-03-20 15:19:59 +05:30
parent 8ac730074a
commit 6cd8ef5c65
1 changed files with 6 additions and 0 deletions

View File

@ -207,6 +207,9 @@
.fa-star:before {
content: "\f005";
}
. fa-tasks:before {
content: "\f0ae";
}
.fa-star-o:before {
content: "\f006";
}
@ -308,6 +311,9 @@
.fa-qrcode:before {
content: "\f029";
}
.fa-calendar:before {
content: "\f073";
}
.fa-barcode:before {
content: "\f02a";
}