]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 436647: The "Bugzilla is pondering your search" page lacks a background colour...
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>
Wed, 19 Sep 2012 19:37:23 +0000 (21:37 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 19 Sep 2012 19:37:23 +0000 (21:37 +0200)
r/a=LpSolit

template/en/default/list/server-push.html.tmpl

index 2cdd956463a421455ea2bdd20961d1a26153d696..c4a3a8455f7e64c1d0c068b9b107dd615b112899 100644 (file)
 <html>
   <head>
     <title>[% terms.Bugzilla %] is pondering your search</title>
+    <link href="[% 'skins/standard/global.css' FILTER mtime %]"
+          rel="stylesheet" type="text/css">
   </head>
   <body>
-    <h1 style="margin-top: 20%; text-align: center;">Please stand by ...</h1>
+    <h1 style="margin-top: 20%; text-align: center; font-size: xx-large;">Please stand by ...</h1>
 
     [% IF debug %]
       <p>[% query FILTER html %]</p>