summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorChristopher Trom <chtrom@gmail.com>2013-03-16 17:30:21 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-03-16 17:30:21 +0100
commit2d0ef8a4d91894a2208e4cfc09f3bf8e6d337cce (patch)
tree033133d0e50d74f7c0d8a8f5787d43a47535353a /skins
parent9c1ee9e4c120ef412d7b7d97b5caba7ecf3ab4fd (diff)
downloadbugzilla-2d0ef8a4d91894a2208e4cfc09f3bf8e6d337cce.tar.gz
bugzilla-2d0ef8a4d91894a2208e4cfc09f3bf8e6d337cce.tar.xz
Bug 821717: Table headers in the "Saved Searches" and "Email Prefs" panels are wrongly right-aligned
r/a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css5
1 files changed, 5 insertions, 0 deletions
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;
}