ComunicWeb/assets/css/components/comments/ui.css

30 lines
468 B
CSS
Raw Normal View History

2018-01-19 05:58:23 +00:00
/**
* Comments UI
*
* @author Pierre HUBERT
*/
.post-comments {
2018-01-19 05:58:23 +00:00
padding: 10px;
}
.post-comments .comment-img-contener {
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-01-19 05:58:23 +00:00
}