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