Fix 13 compatibility issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -35,4 +35,15 @@ body:not(.snapjs-left) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#commentsTabView .newCommentForm .message {
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
padding-right: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#commentsTabView .comment {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -967,6 +967,7 @@ input.input-inline {
|
||||
}
|
||||
.activitysubject .app-popover-menu-utils {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
a {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@@ -111,10 +111,10 @@ class ActivityController {
|
||||
$target.on('inserted.atwho', function (je, $el) {
|
||||
$(je.target).find(
|
||||
'span[data-username="' + $el.find('[data-username]').data('username') + '"]'
|
||||
).avatar();
|
||||
).avatar(undefined, 16);
|
||||
});
|
||||
$target.on('shown.atwho', function (je) {
|
||||
$target.find('.avatar').avatar();
|
||||
$target.find('.avatar').avatar(undefined, 16);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
{{ activity.subject_rich[1].user.name }}
|
||||
<div class="app-popover-menu-utils">
|
||||
<button class="button-inline icon-more ng-pristine ng-valid ng-empty ng-touched" aria-label="Actions"></button>
|
||||
<div class="popovermenu hidden">
|
||||
<div class="popovermenu hidden menu-left">
|
||||
<ul>
|
||||
<li><a ng-click="$ctrl.updateComment(activity)" class="menuitem action edit permanent" data-action="edit"><span class="icon icon-rename"></span><span>Edit comment</span></a></li>
|
||||
<li><a ng-click="$ctrl.deleteComment(activity)" class="menuitem action delete permanent" data-action="delete"><span class="icon icon-delete"></span><span>Delete comment</span></a></li>
|
||||
|
||||
Reference in New Issue
Block a user