Using smaller font for a perk name
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 21 Jun 2013 14:15:43 +0000 (16:15 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 21 Jun 2013 14:15:43 +0000 (16:15 +0200)
apps/funding/templates/funding/widgets/amount.html

index 2847068..5563d00 100644 (file)
@@ -1,11 +1,11 @@
 {% load i18n %}
-<div style="font-size: 1.5em; line-height:1.5em;">
+<div style="line-height:2em;">
 {% if perks %}
     {% for perk in perks %}
         <label>
             <input type="radio" name="{{ perks_input_name }}" value="{{ perk.price }}"
                     {% if perk.chosen %}checked="checked"{% endif %} />
-                {{ perk.price }} zł ({{ perk.name }})
+                <span style="font-size: 1.5em; ">{{ perk.price }} zł</span> ({{ perk.name }})
         </label><br/>
     {% endfor %}
     <label>