Better formatting for submit button.

The needed CSS is already in forms.css
This commit is contained in:
Bradley M. Kuhn 2014-12-02 12:00:18 -05:00
parent 6aff0260a0
commit 4003c1b8c9

View file

@ -160,14 +160,17 @@ internal policies</a> are published and available for scrutiny.</p>
<input type="radio" checked="checked" name="os4" value="Yes" />Yes <input type="radio" checked="checked" name="os4" value="Yes" />Yes
<input type="radio" name="os4" value="No" />No<br> <input type="radio" name="os4" value="No" />No<br>
<br /> <br />
<div id="supporter-form-submit">
<input type="image" <input type="image"
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
border="0" name="submit" alt="Become a Supporter Now!"> border="0" name="submit" alt="Become a Supporter Now!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</div> </form> </div><br/>
<small>You will be redirected to the Paypal website to <small>You will be redirected to the Paypal website to
become a supporter when you click &ldquo;Donate&rdquo;.</small> become a supporter when you click &ldquo;Donate&rdquo;.</small>
</div></form>
</div> </div>
{% endblock %} {% endblock %}