summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-03-07 23:56:39 +0100
committerLeif Johansson <leifj@sunet.se>2011-03-07 23:56:39 +0100
commitff3c782420eb7d5b07413139db90daaabfd0a721 (patch)
tree07ab4c13f249437861976ccd8c11b76cc21f2a57
parent3d9c135d4a1ecd9f6629d86de0716f7d8dc9431b (diff)
css polish
-rw-r--r--templates/edit_fieldsets.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/edit_fieldsets.html b/templates/edit_fieldsets.html
index 0a8186f..6a07a26 100644
--- a/templates/edit_fieldsets.html
+++ b/templates/edit_fieldsets.html
@@ -3,7 +3,6 @@
{% block content %}
{% block beforeform %}
{% endblock %}
- <div>
<form method="POST" id="wizard" class="bbq formpadding">
<h1>{{formtitle}}</h1>
{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %}
@@ -31,7 +30,7 @@
</ul>
</fieldset>
{% endfor %}
- <div class="ilist button" style="padding-bottom: 10px;">
+ <div class="ilist button" style="padding-bottom: 30px; padding-top: 5px;">
<ul>
<li><input type="reset" value="Back"/></li>
<li><input type="submit" value="Finish"/></li>
@@ -41,5 +40,4 @@
</ul>
</div>
</form>
- </div>
{% endblock %} \ No newline at end of file