From e547a5d2b9389b3202aae7e0aa33aa490680f0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 4 Oct 2018 17:49:52 +0200 Subject: [PATCH] Add comment action menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 11 +++++++++++ templates/part.card.activity.html | 23 +++++++++++++++-------- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/css/style.scss b/css/style.scss index 448adfa50..b20f97b3f 100644 --- a/css/style.scss +++ b/css/style.scss @@ -941,6 +941,17 @@ input.input-inline { opacity: 1 !important; } +.activitysubject .app-popover-menu-utils { + display: inline-block; + position: absolute; + top: -5px; + right: 0; + button { + opacity: .5; + padding: 14px 19px; + } +} + .card-attachments { .error { padding-left: 38px; diff --git a/templates/part.card.activity.html b/templates/part.card.activity.html index 8d53ce5a7..5fafa5a5e 100644 --- a/templates/part.card.activity.html +++ b/templates/part.card.activity.html @@ -18,18 +18,25 @@
  • - -
    + +
    +
    +
    +
    + {{ activity.subject_rich[1].user.name }} +
    + + +
    -
    -
    {{ activity.subject_rich[1].user.name }}
    {{ activity.timelineTimestamp/1000 | relativeDateFilter }}
    -
    {{ activity.commentModel }}