]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1280388 - [a11y] Make the bug summary a heading level 1
authorKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 9 Jan 2017 21:54:25 +0000 (21:54 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 9 Jan 2017 21:54:25 +0000 (21:54 +0000)
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
extensions/BugModal/web/bug_modal.css

index 390ba8f5bd8119969bb225c6cef0630baa581a2b..16550ae364d614c39996a9f807b5674cfea4524c 100644 (file)
         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 %]
index 2c935f84b6d2e507dd1b7d9aff505b2d70b86a76..0a14975cb5b982ec972d30d45d8c6c171fadbf93 100644 (file)
@@ -252,6 +252,7 @@ input[type="number"] {
 }
 
 #field-value-short_desc {
+    margin: 0;
     font-weight: bold;
     font-size: 120%;
 }