mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 20:49:21 +00:00
15 lines
231 B
CSS
15 lines
231 B
CSS
/**
|
|
* Posts edition stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.edit-post-modal .editor {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
border: 1px solid #dddddd;
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
} |