mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added open a conversation button
This commit is contained in:
20
assets/css/components/discussions/manager.css
Normal file
20
assets/css/components/discussions/manager.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user