From: David Lawrence Date: Fri, 27 May 2011 20:42:11 +0000 (-0400) Subject: Bug 658063 - Move votes_container css style to external style.css instead of template X-Git-Tag: bugzilla-4.1.3~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e979ef266bbead3e28c85d47e50746c4533c4943;p=thirdparty%2Fbugzilla.git Bug 658063 - Move votes_container css style to external style.css instead of template r/a=mkanat --- 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 fea82601a8..4ad8f5bc20 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 5d9c9afe68..c2b934e370 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; +}