summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/web
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-08 17:08:44 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-08 17:08:44 +0100
commitba72ec962110807f22836300e262517d27a96e21 (patch)
tree595bb14c6b9d1151bdbcb0c155ecd40a9783eaa1 /extensions/Voting/web
parent192b02906b89fb61efdf60ef553d717a5d3e037f (diff)
downloadbugzilla-ba72ec962110807f22836300e262517d27a96e21.tar.gz
bugzilla-ba72ec962110807f22836300e262517d27a96e21.tar.xz
Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensions
r/a=justdave
Diffstat (limited to 'extensions/Voting/web')
-rw-r--r--extensions/Voting/web/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/Voting/web/style.css b/extensions/Voting/web/style.css
index 3f06200ca..22458fd90 100644
--- a/extensions/Voting/web/style.css
+++ b/extensions/Voting/web/style.css
@@ -19,3 +19,12 @@ tr.bz_bug_being_voted_on td {
#votes_container {
white-space: nowrap;
}
+
+#user_votes th {
+ text-align: center;
+}
+
+#user_votes th, #user_votes td,
+#bug_votes th, #bug_votes td {
+ padding: 0.2em;
+}