ComunicWeb/assets/css/components/conversations/manager.css
2017-06-24 15:07:23 +02:00

27 lines
483 B
CSS

/**
* Conversations manager stylesheet
*
* @author Pierre HUBERT
*/
#conversationsElem {
position: fixed;
bottom: 0px;
text-align: right;
padding-right: 5px;
z-index: 1000;
right: 0px;
}
#conversationsElem .open-conversation-button {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
vertical-align: bottom;
padding-left: 6px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px;
}