From 2d0ef8a4d91894a2208e4cfc09f3bf8e6d337cce Mon Sep 17 00:00:00 2001 From: Christopher Trom Date: Sat, 16 Mar 2013 17:30:21 +0100 Subject: [PATCH] Bug 821717: Table headers in the "Saved Searches" and "Email Prefs" panels are wrongly right-aligned r/a=LpSolit --- skins/standard/global.css | 5 +++++ template/en/default/account/prefs/email.html.tmpl | 4 ++-- template/en/default/account/prefs/saved-searches.html.tmpl | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index 17b7b7c908..3ca350dba7 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -354,6 +354,11 @@ table#flags td { text-align: left; } +table#email_prefs th, +table#shared_search_prefs th, +table#saved_search_prefs th { + text-align: center; +} .flag_select { min-width: 3em; } diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 3dbed12e0a..ec21a03016 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -161,7 +161,7 @@ document.write(' + [% END %] diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 11d7ef8684..5f5f09e04b 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -31,7 +31,7 @@

Your saved searches are as follows:

-
When my relationship to this [% terms.bug %] is: @@ -173,7 +173,7 @@ document.write(' + [% relationship.description FILTER html %]
+
Search @@ -146,7 +146,7 @@ [% IF user.queries_available.size %]

You may use these searches saved and shared by others:

- +
Search -- 2.47.3