mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
20 lines
354 B
CSS
20 lines
354 B
CSS
|
/**
|
||
|
* 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;
|
||
|
}
|