~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugtarget-bugs.pt

[r=barry][ui=rs][bugs=400612] Centre and expand the search box on the
        pillar/+bugs-index page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
         tal:define="search_url string:+bugs;
26
26
                     advanced_search_url string:+bugs?advanced=1">
27
27
      <h1>Bugs in <tal:context replace="context/title">Ubuntu</tal:context></h1>
28
 
      <metal:search
29
 
        use-macro="context/@@+bugtarget-macros-search/simple-search-form"
30
 
      />
 
28
      <div style="text-align: center; clear: both;">
 
29
        <metal:search
 
30
          use-macro="context/@@+bugtarget-macros-search/simple-search-form"
 
31
        />
 
32
      </div>
31
33
      <script type="text/javascript"><!--
32
34
           $('field.searchtext').focus();
33
35
      --></script>