mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-27 06:19:21 +00:00
11 lines
152 B
CSS
11 lines
152 B
CSS
|
/**
|
||
|
* Conversations list
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.conversations-list-box .last-activity {
|
||
|
margin-left: 5px;
|
||
|
color: #777;
|
||
|
font-size: 10px;
|
||
|
}
|