mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Renamed discussions to conversations
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
/**
|
||||
* Discussions manager stylesheet
|
||||
* Conversations manager stylesheet
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
#discussionsElem {
|
||||
#conversationsElem {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
text-align: right;
|
||||
@ -13,7 +13,7 @@
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
#discussionsElem .open-discussion-button {
|
||||
#conversationsElem .open-conversation-button {
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-left-radius: 0px;
|
@ -1,10 +1,10 @@
|
||||
/**
|
||||
* Discussions windows
|
||||
* Conversations windows
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
#discussionsElem .box {
|
||||
#conversationsElem .box {
|
||||
width: 250px;
|
||||
height: 350px;
|
||||
max-width: 100%;
|
Reference in New Issue
Block a user