mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Can create conversations windows
This commit is contained in:
@ -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;
|
||||
}
|
15
assets/css/components/discussions/windows.css
Normal file
15
assets/css/components/discussions/windows.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user