summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2017-01-09 22:54:25 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-01-09 22:54:25 +0100
commitccb310430fe17aac34b323317f273541f27fd0c3 (patch)
tree6ba69c37a0ddc5ce1b8871e1a5ee32fb382a69b3 /extensions
parent8e1d3853880f04259b011524d4c3ded236b65674 (diff)
downloadbugzilla-ccb310430fe17aac34b323317f273541f27fd0c3.tar.gz
bugzilla-ccb310430fe17aac34b323317f273541f27fd0c3.tar.xz
Bug 1280388 - [a11y] Make the bug summary a heading level 1
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl2
-rw-r--r--extensions/BugModal/web/bug_modal.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
index 390ba8f5b..16550ae36 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -186,7 +186,7 @@
no_label = 1
hide_on_edit = 1
%]
- <div id="field-value-short_desc">[% bug.short_desc FILTER quoteUrls(bug) %]</div>
+ <h1 id="field-value-short_desc">[% bug.short_desc FILTER quoteUrls(bug) %]</h1>
[% END %]
[%# alias %]
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css
index 2c935f84b..0a14975cb 100644
--- a/extensions/BugModal/web/bug_modal.css
+++ b/extensions/BugModal/web/bug_modal.css
@@ -252,6 +252,7 @@ input[type="number"] {
}
#field-value-short_desc {
+ margin: 0;
font-weight: bold;
font-size: 120%;
}