From 2d0ef8a4d91894a2208e4cfc09f3bf8e6d337cce Mon Sep 17 00:00:00 2001 From: Christopher Trom Date: Sat, 16 Mar 2013 17:30:21 +0100 Subject: Bug 821717: Table headers in the "Saved Searches" and "Email Prefs" panels are wrongly right-aligned r/a=LpSolit --- skins/standard/global.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 17b7b7c90..3ca350dba 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; } -- cgit v1.2.3-24-g4f1b