[SCM] live-studio branch, master, updated. 178412903b78ac9196214b42bfe241d5a20bb5ec

Chris Lamb lamby at debian.org
Sun Aug 1 03:54:41 UTC 2010


The following commit has been merged in the master branch:
commit 4003c31db0e25934c058b0d3fc241196d6123ed2
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Jul 31 23:47:03 2010 -0400

    Shinier 'Next' button

diff --git a/templates/config/add.html b/templates/config/add.html
index bec2ba5..19524fe 100644
--- a/templates/config/add.html
+++ b/templates/config/add.html
@@ -16,7 +16,9 @@
 
 <input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
 {{ previous_fields|safe }}
-<input type="submit" value="{% block next %}Next{% endblock %}">
+<input type="submit" value="{% block next %}Next &raquo;{% endblock %}" style="margin: 1em; padding: 0.5em; font-size: 120%; float: right; clear: both; width: 200px">
 </form>
 
+<div style="clear: both"></div>
+
 {% endblock %}

-- 
live-studio



More information about the debian-live-changes mailing list