diff options
-rw-r--r-- | extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl | 4 | ||||
-rw-r--r-- | extensions/Voting/web/style.css | 4 |
2 files changed, 4 insertions, 4 deletions
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 <mkanat@bugzilla.org> #%] [% IF bug.product_obj.votesperuser %] - <style type="text/css"> - #votes_container { white-space: nowrap; } - </style> - <span id="votes_container"> [% 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; +} |