2018-01-19 06:58:23 +01:00
|
|
|
/**
|
|
|
|
* Comments UI
|
|
|
|
*
|
|
|
|
* @author Pierre HUBERT
|
|
|
|
*/
|
|
|
|
|
2018-01-22 19:13:31 +01:00
|
|
|
.post-comments {
|
2018-01-19 06:58:23 +01:00
|
|
|
padding: 10px;
|
2018-01-22 19:13:31 +01:00
|
|
|
}
|
|
|
|
|
2018-03-25 09:43:39 +02:00
|
|
|
.post-comments .comment-img-container {
|
2018-01-22 19:13:31 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-comments img.comment-img {
|
|
|
|
width: 100px !important;
|
|
|
|
height: auto !important;
|
|
|
|
float: none;
|
2018-01-23 06:41:17 +01:00
|
|
|
}
|
|
|
|
|
2018-01-25 06:58:26 +01:00
|
|
|
.post-comments .delete-comment-link,
|
|
|
|
.post-comments .edit-comment-link {
|
2018-01-23 06:41:17 +01:00
|
|
|
margin-left: 5px;
|
|
|
|
color: #b5bbc8;
|
|
|
|
}
|
|
|
|
|
2018-01-25 06:58:26 +01:00
|
|
|
.post-comments .delete-comment-link:active,
|
|
|
|
.post-comments .edit-comment-link:active {
|
2018-01-23 06:41:17 +01:00
|
|
|
color: black;
|
2018-03-03 14:52:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-comments .comment-content .emoji {
|
|
|
|
float: none;
|
|
|
|
height: 1em !important;
|
|
|
|
width: auto !important;
|
2018-01-19 06:58:23 +01:00
|
|
|
}
|