From 0c30df3fc8c42fcdfb6f7d7ee94111ff87ff6e8e Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 11 Jan 2017 04:14:44 +0000 Subject: Bug 1280406 - [a11y] Make each start of a comment a heading 3 for easier navigation --- .../template/en/default/bug_modal/activity_stream.html.tmpl | 8 ++++---- extensions/BugModal/web/bug_modal.css | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'extensions') 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 edec45428..4f9dd60b5 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 @@ -130,11 +130,11 @@ -
+

[% comment.count == 0 ? "Description" : "Comment " _ comment.count ~%] -

+ •
[% INCLUDE bug_modal/rel_time.html.tmpl ts=comment.creation_ts %] @@ -202,9 +202,9 @@ -
+

Updated -

+ •
[% INCLUDE bug_modal/rel_time.html.tmpl ts=action.when %] diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 0a14975cb..e6b31992c 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -575,6 +575,11 @@ td.flag-requestee { display: inline; } +h3.change-name { + font-size: small; + font-weight: normal; +} + .comment-actions { white-space: nowrap; vertical-align: top; -- cgit v1.2.3-24-g4f1b