mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 20:49:21 +00:00
23 lines
378 B
CSS
23 lines
378 B
CSS
/**
|
|
* Conversations list
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.conversations-list-box ul {
|
|
max-height: 250px;
|
|
}
|
|
|
|
.conversations-list-box .last-activity {
|
|
margin-left: 5px;
|
|
color: #777;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.conversations-list-box .conversations-members-numbers .fa.fa-users {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.conversations-list-box .conversations-members-numbers {
|
|
margin-bottom: 0px;
|
|
} |