Created basic post form

This commit is contained in:
Pierre
2018-01-04 18:51:49 +01:00
parent b1808bc843
commit fc568767de
7 changed files with 627 additions and 1 deletions

View File

@ -0,0 +1,15 @@
/**
* 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;
}