Can create conversations windows

This commit is contained in:
Pierre
2017-06-05 10:12:38 +02:00
parent 80566edced
commit 0d804dbdf7
7 changed files with 135 additions and 2 deletions

View File

@ -7,10 +7,10 @@
#discussionsElem {
position: fixed;
bottom: 0px;
width: 100%;
text-align: right;
padding-right: 5px;
z-index: 1000;
right: 0px;
}
#discussionsElem .open-conversation-button {
@ -18,4 +18,5 @@
border-top-right-radius: 2px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
vertical-align: bottom;
}

View File

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