ComunicWeb/assets/css/components/comments/ui.css
2018-01-25 06:58:26 +01:00

30 lines
468 B
CSS

/**
* Comments UI
*
* @author Pierre HUBERT
*/
.post-comments {
padding: 10px;
}
.post-comments .comment-img-contener {
text-align: center;
}
.post-comments img.comment-img {
width: 100px !important;
height: auto !important;
float: none;
}
.post-comments .delete-comment-link,
.post-comments .edit-comment-link {
margin-left: 5px;
color: #b5bbc8;
}
.post-comments .delete-comment-link:active,
.post-comments .edit-comment-link:active {
color: black;
}