mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Create comments form.
This commit is contained in:
25
assets/css/components/comments/form.css
Normal file
25
assets/css/components/comments/form.css
Normal file
@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Comments form stylesheet
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.comment-creation-form {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.comment-creation-form:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.comment-creation-form .comment-image-select {
|
||||
margin-bottom: -2px !important;
|
||||
}
|
||||
|
||||
.comment-creation-form .comment-image-select input[type="file"]{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.comment-creation-form .comment-image-select a {
|
||||
color: black;
|
||||
}
|
Reference in New Issue
Block a user