]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 635764: Remove WCAG 2.0 violations from the bug list pages to make it
authorFrancisco Donalisio <francsd@linux.vnet.ibm.com>
Thu, 31 Mar 2011 20:26:05 +0000 (17:26 -0300)
committerTiago Mello <timello@gmail.com>
Thu, 31 Mar 2011 20:26:05 +0000 (17:26 -0300)
W3C WAI compliant.
r=timello, a=LpSolit

skins/standard/buglist.css
template/en/default/list/list.html.tmpl

index 46c5f608a42f4abdbaffb3fd20bf22a812c3e622..2cb92b781cac23eafb86d029ad6a2a21b90e1844 100644 (file)
   *
   * Contributor(s): Myk Melez <myk@mozilla.org>
   */
+.bz_query_head {
+  text-align: center;
+}
+
+.bz_query_timestamp {
+  font-weight: bold;
+}
 
 .search_description {
   margin: .5em 0;
index 15184d06bde19f910e26f765ee6245bfff2fa1c8..28540cdc0c5a4ce6cccb4359da9cc3f871214d7d 100644 (file)
@@ -52,9 +52,9 @@
   doc_section = "query.html#list"
 %]
 
-<div class="bz_query_head" align="center">
+<div class="bz_query_head">
   <span class="bz_query_timestamp">
-    <b>[% currenttime FILTER time('%a %b %e %Y %T %Z') FILTER html %]</b><br>
+    [% currenttime FILTER time('%a %b %e %Y %T %Z') FILTER html %]<br>
   </span>
 
   [% IF debug %]
@@ -67,7 +67,7 @@
   [% IF user.settings.display_quips.value == 'on' %]
     [% DEFAULT quip = "$terms.Bugzilla would like to put a random quip here, but no one has entered any." %]
     <span class="bz_quip">
-      <a href="quips.cgi"><i>[% quip FILTER html %]</i></a>
+      <a href="quips.cgi"><em>[% quip FILTER html %]</em></a>
     </span>
   [% END %]
 
           <input type="hidden" name="remtype" value="asnamed">
           <input type="hidden" name="token" value="[% issue_hash_token(['savedsearch']) FILTER html %]">
           <input type="text" id="save_newqueryname" name="newqueryname" size="20"
-                 value="[% defaultsavename FILTER html %]"> 
+                 title="New query name" value="[% defaultsavename FILTER html %]"> 
         </form> 
       </td>
     [% END %]