Created conversations page

This commit is contained in:
Pierre
2018-05-13 14:06:32 +02:00
parent 1a922704ed
commit 1d9ae0dadd
7 changed files with 166 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/**
* 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;
}