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

@ -0,0 +1,22 @@
/**
* 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;
}

View File

@ -0,0 +1,16 @@
/**
* Conversations windows
*
* @author Pierre HUBERT
*/
#conversationsElem .box {
width: 250px;
height: 350px;
max-width: 100%;
/*display: inline-block;*/
display: inline-table;
margin-left: 5px;
text-align: justify;
margin-bottom: 0px;
}