2018-05-13 12:06:32 +00:00
|
|
|
/**
|
|
|
|
* Conversations page main script file
|
|
|
|
*
|
|
|
|
* @author Pierre HUBERT
|
|
|
|
*/
|
|
|
|
|
2020-04-14 09:59:34 +00:00
|
|
|
|
|
|
|
.conversations-page #pageTarget {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2018-05-13 12:06:32 +00:00
|
|
|
.conversations-page-container {
|
|
|
|
max-width: 1000px;
|
|
|
|
margin: auto;
|
2020-04-13 09:18:04 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex: 1;
|
|
|
|
width: 100%;
|
2020-04-13 12:23:52 +00:00
|
|
|
padding-bottom: 20px;
|
|
|
|
padding-top: 20px;
|
2018-05-13 12:06:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.conversations-page-container .conv-list-loading-msg {
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
}
|