[% Hook.process('user', 'bug/comments.html.tmpl') %]
</td>
- <td class="comment-actions">
+ <td rowspan="2" class="comment-actions"><div role="group">
[% IF user.is_insider && bug.check_can_change_field('longdesc', 0, 1) %]
[% IF comment.is_private %]
<div class="comment-private edit-hide bz_private">
"expand_label": "Expanded", "expand_tooltip": "Expanded this comment" }'>
<span class="icon" aria-hidden="true"></span>
</button>
- </td>
+ </div></td>
</tr>
<tr id="cr-[% comment.count FILTER none %]" [%= IF comment.collapsed %]style="display:none"[% END %]>
- <td colspan="2">
+ <td>
<h3 class="change-name">
<a href="[% basepath FILTER none %]show_bug.cgi?id=[% bug.bug_id FILTER none %]#c[% comment.count FILTER none %]">
[% comment.count == 0 ? "Description" : "Comment " _ comment.count ~%]
[% END %]
[% Hook.process('user', 'bug/changes.html.tmpl') %]
</td>
- <td class="comment-actions">
+ <td rowspan="2" class="comment-actions"><div role="group">
<button type="button" class="change-spinner minor iconic" id="as-[% id FILTER none %]"
title="Collapse this change" aria-label="Collapse" aria-expanded="true"
data-strings='{ "collapse_label": "Collapse", "collapse_tooltip": "Collapse this change",
"expand_label": "Expanded", "expand_tooltip": "Expanded this change" }'>
<span class="icon" aria-hidden="true"></span>
</button>
- </td>
+ </div></td>
</tr>
<tr id="ar-[% id FILTER none %]">
- <td colspan="2">
+ <td>
<h3 class="change-name">
<a href="[% basepath FILTER none %]show_bug.cgi?id=[% bug.bug_id FILTER none %]#[% id FILTER none %]">Updated</a>
</h3>
}
.comment-actions {
- display: flex;
- align-items: center;
- white-space: nowrap;
- vertical-align: top;
- padding: 2px 2px 0 0 !important;
+ padding: 0 8px 0 0 !important;
+ vertical-align: middle;
}
.comment-private {
margin: 0 8px;
}
+.comment-actions > [role="group"] {
+ display: flex;
+ align-items: center;
+ white-space: nowrap;
+}
+
.comment-actions button {
outline: 0;
margin: 0;
.comment-actions button.iconic .icon::before {
font-family: 'Material Icons';
+ font-size: 16px;
+ vertical-align: middle;
}
.comment-actions .tag-btn .icon::before {
content: '\E145';
}
-.change-spinner {
- width: 29px;
-}
-
.comment-text {
white-space: pre-wrap;
line-height: 1.2;
}
.comment-tags {
- padding: 0 8px 2px 8px !important;
+ padding: 0 8px !important;
}
.comment-tag {