mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
25 lines
402 B
CSS
25 lines
402 B
CSS
|
/**
|
||
|
* 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;
|
||
|
}
|