[FIX] im: css problem when printing

bzr revid: nicolas.vanhoren@openerp.com-20130513092442-gn72s029bpf4dpvf
This commit is contained in:
niv-openerp 2013-05-13 11:24:42 +02:00
parent 661ff82af4
commit af69af824f
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@
border-left: 1px solid #AEB9BD;
}
@media print {
.openerp .oe_im, .openerp .oe_im_chatview {
visibility: hidden;
}
}
/* button */
.openerp .oe_topbar_imbutton {