mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 20:49:21 +00:00
12 lines
188 B
CSS
12 lines
188 B
CSS
|
/**
|
||
|
* Conversation message writing notifier
|
||
|
*/
|
||
|
|
||
|
.user-writing-message {
|
||
|
font-size: 80%;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
#conversationsElem .user-writing-message {
|
||
|
margin-top: -12px;
|
||
|
}
|