]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 658063 - Move votes_container css style to external style.css instead of template
authorDavid Lawrence <dlawrence@mozilla.com>
Fri, 27 May 2011 20:42:11 +0000 (16:42 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Fri, 27 May 2011 20:42:11 +0000 (16:42 -0400)
r/a=mkanat

extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl
extensions/Voting/web/style.css

index fea82601a89d5bf3a59f8ac409e341a390a73926..4ad8f5bc2058ef387ef4a5bf73cabaefcf33aea0 100644 (file)
   #   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
index 5d9c9afe6869efc0dd45c4900860e114223f19b2..c2b934e3700112b16d6ded4e20784978c21f65d5 100644 (file)
@@ -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; 
+}