From 32509c7ba5495ee0b0e42b0343cbd2a6125532cd Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 9 Apr 2012 20:19:56 +0000 Subject: [PATCH] make the karma history positive & negative reputation blocks use CSS min-width instead of width, other wise 100 reputation in block overflows into 10(line break)0 git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1247 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- .../default/templates/users/reputation.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/forum/skins/default/templates/users/reputation.html b/forum/skins/default/templates/users/reputation.html index 5b1559c..fe06b6e 100644 --- a/forum/skins/default/templates/users/reputation.html +++ b/forum/skins/default/templates/users/reputation.html @@ -21,6 +21,20 @@ }); + + {% endblock %} {% block usercontent %}
@@ -31,8 +45,8 @@ {% for rep in reputation %}

-
{{ rep.positive }}
-
{{ rep.negative }}
+
{{ rep.positive }}
+
{{ rep.negative }}
{% activity_item rep.action request.user %}
-- 2.45.1