ComunicWeb/assets/css/components/posts/form.css
2018-01-04 18:51:49 +01:00

15 lines
225 B
CSS

/**
* Posts creation form
*
* @author Pierre HUBERT
*/
.post-form .new-message {
width: 100%;
min-height: 100px;
font-size: 14px;
line-height: 18px;
border: 1px solid #dddddd;
padding: 10px;
margin-bottom: 10px;
}