Renamed discussions to conversations

This commit is contained in:
Pierre
2017-06-07 19:24:48 +02:00
parent ee02b522bf
commit 07c6fc4be7
11 changed files with 152 additions and 146 deletions

View File

@ -1,10 +1,10 @@
/**
* Discussions manager stylesheet
* Conversations manager stylesheet
*
* @author Pierre HUBERT
*/
#discussionsElem {
#conversationsElem {
position: fixed;
bottom: 0px;
text-align: right;
@ -13,7 +13,7 @@
right: 0px;
}
#discussionsElem .open-discussion-button {
#conversationsElem .open-conversation-button {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 0px;

View File

@ -1,10 +1,10 @@
/**
* Discussions windows
* Conversations windows
*
* @author Pierre HUBERT
*/
#discussionsElem .box {
#conversationsElem .box {
width: 250px;
height: 350px;
max-width: 100%;