summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-03-26 03:24:30 +0100
committerByron Jones <glob@mozilla.com>2015-03-26 03:24:30 +0100
commit48c23b11f2fc9d7f9a0666e58e77b8a03eb94dbb (patch)
tree2f459f30a1aa767713e14e5216d4c2d0bc04d705 /extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
parent0f2b7793d5636996e7ec61206029a293eebbf73e (diff)
downloadbugzilla-48c23b11f2fc9d7f9a0666e58e77b8a03eb94dbb.tar.gz
bugzilla-48c23b11f2fc9d7f9a0666e58e77b8a03eb94dbb.tar.xz
Bug 1146910: Button styles are inconsistent
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
index 881ed927f..1e50284ba 100644
--- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
@@ -72,12 +72,12 @@
</div>
[% END %]
[% IF user.id %]
- <button class="reply-btn in-page"
+ <button class="reply-btn minor"
data-reply-id="[% comment.count FILTER none %]"
data-reply-name="[% comment.author.name || comment.author.moz_nick FILTER html %]"
>Reply</button>
[% END %]
- <button class="comment-spinner in-page" id="cs-[% comment.count FILTER none%]">-</button>
+ <button class="comment-spinner minor" id="cs-[% comment.count FILTER none%]">-</button>
</td>
</tr>
<tr>
@@ -113,7 +113,7 @@
Comment hidden ([% comment.tags.join(', ') FILTER html %])
</td>
<td class="comment-actions">
- <button class="comment-spinner in-page" id="ccs-[% comment.count FILTER none%]">
+ <button class="comment-spinner minor" id="ccs-[% comment.count FILTER none%]">
[%~ comment.collapsed ? "+" : "-" ~%]
</button>
</td>