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