ComunicWeb/assets/css/pages/conversations/main.css

17 lines
259 B
CSS
Raw Normal View History

2018-05-13 12:06:32 +00:00
/**
* 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;
}