summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>2012-09-19 21:37:23 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-09-19 21:37:23 +0200
commit9f9190206acb4a66e4b7f881f65f7ec14fd48445 (patch)
tree61dbc556c457e8e622c31bf751887b35e0478508 /template
parentccf50a2c6a7765bdec9d8b738367f93be679798c (diff)
downloadbugzilla-9f9190206acb4a66e4b7f881f65f7ec14fd48445.tar.gz
bugzilla-9f9190206acb4a66e4b7f881f65f7ec14fd48445.tar.xz
Bug 436647: The "Bugzilla is pondering your search" page lacks a background colour attribute
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/server-push.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl
index 2cdd95646..c4a3a8455 100644
--- a/template/en/default/list/server-push.html.tmpl
+++ b/template/en/default/list/server-push.html.tmpl
@@ -14,9 +14,11 @@
<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>