mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
17 lines
259 B
CSS
17 lines
259 B
CSS
|
/**
|
||
|
* Conversations page main script file
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.conversations-page-container {
|
||
|
max-width: 1000px;
|
||
|
margin: auto;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.conversations-page-container .conv-list-loading-msg {
|
||
|
text-align: center;
|
||
|
padding: 10px;
|
||
|
}
|