mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
22 lines
400 B
CSS
22 lines
400 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;
|
|
} |