Fix styling and proper template rendering

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-10-06 14:34:09 +02:00
parent 97b7bca255
commit 93c3c542e8
3 changed files with 54 additions and 15 deletions

View File

@@ -941,25 +941,59 @@ input.input-inline {
.activity-icon {
opacity: 1 !important;
.avatardiv-container {
top: -4px;
left: -7px;
margin-right: 5px;
img {
max-width: 24px;
max-height: 24px;
}
}
}
.activitysubject.commentAuthor {
margin-left: 26px;
margin-right: 0;
margin-top: 10px;
}
.activityTabView {
.activity {
margin-bottom: 20px;
}
.activitytime {
margin: 0 !important;
}
}
.activitysubject .app-popover-menu-utils {
display: inline-block;
position: absolute;
top: -5px;
right: 0;
a {
font-weight: normal;
}
button {
opacity: .5;
padding: 14px 19px;
padding: 7px;
margin-left: 10px;
}
}
#commentsTabView .comment {
position: relative;
padding: 0 0 15px;
#commentsTabView {
.newCommentRow .avatardiv-container {
left: -7px;
}
.comment {
position: relative;
padding: 0 0 15px;
.avatardiv {
width: 24px;
height: 24px;
line-height: 24px;
}
}
.newCommentForm {
margin-left: 26px;
}
}
.card-attachments {