16 lines
253 B
CSS
Raw Normal View History

2017-06-05 10:12:38 +02:00
/**
2017-06-07 19:24:48 +02:00
* Conversations windows
2017-06-05 10:12:38 +02:00
*
* @author Pierre HUBERT
*/
2017-06-07 19:24:48 +02:00
#conversationsElem .box {
2017-06-05 10:12:38 +02:00
width: 250px;
height: 350px;
max-width: 100%;
2017-06-07 14:42:19 +02:00
/*display: inline-block;*/
display: inline-table;
2017-06-05 10:12:38 +02:00
margin-left: 5px;
text-align: justify;
margin-bottom: 0px;
}