ComunicWeb/assets/css/components/discussions/windows.css

16 lines
249 B
CSS
Raw Normal View History

2017-06-05 08:12:38 +00:00
/**
* Conversation window
*
* @author Pierre HUBERT
*/
#discussionsElem .box {
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;
}