Added open a conversation button

This commit is contained in:
Pierre
2017-06-04 18:17:27 +02:00
parent 05ad0cf513
commit f99dcf8fdc
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,20 @@
/**
* Discussions manager stylesheet
*
* @author Pierre HUBERT
*/
#discussionsElem {
position: fixed;
bottom: 0px;
width: 100%;
text-align: right;
padding-right: 5px;
}
#discussionsElem .open-conversation-button {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}