summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skins/standard/global.css5
-rw-r--r--template/en/default/account/prefs/email.html.tmpl4
-rw-r--r--template/en/default/account/prefs/saved-searches.html.tmpl4
3 files changed, 9 insertions, 4 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;
}
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 3dbed12e0..ec21a0301 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('<input type="button" value="Disable All Mail" onclick="SetCheckb
[% num_columns = relationships.size %]
-<table class="bz_emailprefs" border="1">
+<table class="bz_emailprefs" id="email_prefs" border="1">
<tr>
<td colspan="[% num_columns FILTER html %]" align="center" width="50%">
<b>When my relationship to this [% terms.bug %] is:</b>
@@ -173,7 +173,7 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb
<tr>
[% FOREACH relationship = relationships %]
- <th align="center" width="9%">
+ <th width="9%">
[% relationship.description FILTER html %]
</th>
[% END %]
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl
index 11d7ef868..5f5f09e04 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 @@
<p>Your saved searches are as follows:</p>
<blockquote>
- <table border="1" cellpadding="3">
+ <table id="saved_search_prefs" border="1" cellpadding="3">
<tr>
<th>
Search
@@ -146,7 +146,7 @@
[% IF user.queries_available.size %]
<p>You may use these searches saved and shared by others:</p>
- <table border="1" cellpadding="3">
+ <table id="shared_search_prefs" border="1" cellpadding="3">
<tr>
<th>
Search