mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
20 lines
306 B
CSS
20 lines
306 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;
|
|
}
|
|
|
|
.post-form .post-types .radio {
|
|
display: inline-block;
|
|
padding-right: 20px;
|
|
} |