From e979ef266bbead3e28c85d47e50746c4533c4943 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 27 May 2011 16:42:11 -0400 Subject: Bug 658063 - Move votes_container css style to external style.css instead of template r/a=mkanat --- .../template/en/default/hook/bug/edit-after_importance.html.tmpl | 4 ---- extensions/Voting/web/style.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions') diff --git a/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl b/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl index fea82601a..4ad8f5bc2 100644 --- a/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl +++ b/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl @@ -18,10 +18,6 @@ # Max Kanat-Alexander #%] [% IF bug.product_obj.votesperuser %] - - [% IF bug.votes %] with diff --git a/extensions/Voting/web/style.css b/extensions/Voting/web/style.css index 5d9c9afe6..c2b934e37 100644 --- a/extensions/Voting/web/style.css +++ b/extensions/Voting/web/style.css @@ -22,3 +22,7 @@ tr.bz_bug_being_voted_on td { border-style: solid none solid none; border-width: thin; } + +#votes_container { + white-space: nowrap; +} -- cgit v1.2.3-24-g4f1b