Create comments form.

This commit is contained in:
Pierre
2018-01-28 17:03:54 +01:00
parent a3634a2542
commit 6b0db98c5c
5 changed files with 121 additions and 1 deletions

View 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;
}