Prevent long titles to slip under the confirm icon

This commit is contained in:
Roberto Rosario
2011-05-20 04:54:32 -04:00
parent 7acf0ba1db
commit b436695549

View File

@@ -27,8 +27,7 @@
<div style="float: left; margin-right: 10px;">
<img style="margin-top: 12px;" src="{{ MEDIA_URL }}images/icons/{{ form_icon|default:'question.png' }}" alt="{% trans 'form icon' %}" />
</div>
<div style="float: left;">
<div style="float: left; width: 90%;">
{% if title %}
<h3>{{ title }}</h3>
{% else %}