ComunicWeb/assets/css/components/posts/edit.css

15 lines
231 B
CSS
Raw Normal View History

/**
* Posts edition stylesheet
*
* @author Pierre HUBERT
*/
2018-01-14 18:15:34 +00:00
.edit-post-modal .editor {
width: 100%;
min-height: 100px;
font-size: 14px;
line-height: 18px;
border: 1px solid #dddddd;
padding: 10px;
margin-bottom: 10px;
}