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 @@