summaryrefslogtreecommitdiff
path: root/templates/edit_fieldsets.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit_fieldsets.html')
-rw-r--r--templates/edit_fieldsets.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/edit_fieldsets.html b/templates/edit_fieldsets.html
index 6a07a26..f35f055 100644
--- a/templates/edit_fieldsets.html
+++ b/templates/edit_fieldsets.html
@@ -3,7 +3,7 @@
{% block content %}
{% block beforeform %}
{% endblock %}
- <form method="POST" id="wizard" class="bbq formpadding">
+ <form method="POST" id="wizard" class="bbq infopanel">
<h1>{{formtitle}}</h1>
{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %}
{% for fieldset in form.fieldsets %}
@@ -30,14 +30,15 @@
</ul>
</fieldset>
{% endfor %}
- <div class="ilist button" style="padding-bottom: 30px; padding-top: 5px;">
+ <div class="ilist" style="padding-bottom: 30px; padding-top: 5px;">
<ul>
- <li><input type="reset" value="Back"/></li>
- <li><input type="submit" value="Finish"/></li>
+ <li class="button left"><input type="reset" value="Back"/></li>
+ <li class="button left"><input type="submit" value="Finish"/></li>
{% if name %}
- <li style="float: right;"><input type="button" onClick="document.location='{{name.url}}'" value="Cancel"/></li>
+ <li class="button right"><input type="button" onClick="document.location='{{name.url}}'" value="Cancel"/></li>
{% endif %}
</ul>
</div>
+ <div class="clear"></div>
</form>
{% endblock %} \ No newline at end of file