[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 1fe032df7aaa4bff181daf386b8b4bd02929a28c
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 1 14:31:02 2010 -0400

    Remove vertical padding from 'Next' button.

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

-- 
live-studio



More information about the debian-live-changes mailing list