Comment owner can now edit or delete

This commit is contained in:
Vincent Petry 2016-02-03 18:44:14 +01:00
parent da04620155
commit bbefe1ed64
3 changed files with 27 additions and 0 deletions

View file

@ -46,10 +46,37 @@
}
#commentsTabView .comment .date {
position: absolute;
right: 20px;
}
#commentsTabView .comment .action {
opacity: 0;
vertical-align: middle;
display: inline-block;
}
#commentsTabView .comment:hover .action {
opacity: 0.3;
}
#commentsTabView .comment .action:hover {
opacity: 1;
}
#commentsTabView .comment .action.delete {
position: absolute;
right: 0;
}
#commentsTabView .comment.disabled {
opacity: 0.3;
}
#commentsTabView .comment.disabled .action {
visibility: hidden;
}
.app-files .action-comment>img {
margin-right: 5px;
}

Binary file not shown.

Binary file not shown.