[FIX] im_chat : css style z-index to make it good with ecommerce and calendar

This commit is contained in:
Jérome Maes 2014-07-18 16:41:15 +02:00
parent 2182797d93
commit 869b647c02
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
border-top-left-radius: 5px;
border-top-right-radius: 5px;
cursor: pointer;
z-index:500;
}
/* conversations */
@ -46,6 +47,7 @@
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3);
width: 240px;
z-index:500;
}
.oe_im_chatview .oe_im_chatview_disconnected {
display:none;