[SCM] live-studio branch, master, updated. 1fe032df7aaa4bff181daf386b8b4bd02929a28c
Chris Lamb
lamby at debian.org
Sun Aug 1 18:35:43 UTC 2010
The following commit has been merged in the master branch:
commit a90ebf5826601103523a39fcb31a03d7e6ec7de3
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 14:30:06 2010 -0400
Try and keep the 'next' button at the same vertical for most of the questions
diff --git a/templates/config/add.html b/templates/config/add.html
index a4c0949..8d5a1b5 100644
--- a/templates/config/add.html
+++ b/templates/config/add.html
@@ -21,6 +21,8 @@
<h1>{% block add_title %}Missing "add_title" block override {% endblock %}</h1>
+<div style="min-height: 180px">
+
<form class="add_config" action="" method="POST">{% csrf_token %}
{% block add_content %}
@@ -29,6 +31,8 @@
</table>
{% endblock %}
+</div>
+
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}
<input type="submit" value="{% block next %}Next »{% endblock %}" style="margin: 1em; padding: 0.5em; font-size: 120%; float: right; clear: both; width: 200px">
--
live-studio
More information about the debian-live-changes
mailing list