mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Created basic post form
This commit is contained in:
15
assets/css/components/posts/form.css
Normal file
15
assets/css/components/posts/form.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user