ComunicWeb/assets/css/components/conversations/windows.css

16 lines
253 B
CSS
Raw Normal View History

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