Float Donate button to the center beside questions
The donate button is now centered beside the questions that relate to the supporter program.
This commit is contained in:
parent
4003c1b8c9
commit
194f95d016
2 changed files with 12 additions and 9 deletions
|
@ -3,9 +3,13 @@
|
||||||
width: 200px;
|
width: 200px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
#supporter-form-inputs {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
#supporter-form-submit {
|
#supporter-form-submit {
|
||||||
padding-left: 100px;
|
padding-left: 500px;
|
||||||
|
padding-top: 100px;
|
||||||
|
float: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#supporter-form div {
|
#supporter-form div {
|
||||||
|
|
|
@ -121,7 +121,7 @@ internal policies</a> are published and available for scrutiny.</p>
|
||||||
<h2>Become a Supporter Now!</h2>
|
<h2>Become a Supporter Now!</h2>
|
||||||
<a id="now"></a>
|
<a id="now"></a>
|
||||||
<form id="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="supporter">
|
<form id="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="supporter">
|
||||||
<div>
|
<div id="supporter-form-inputs">
|
||||||
<input type="hidden" name="cmd" value="_xclick" />
|
<input type="hidden" name="cmd" value="_xclick" />
|
||||||
<input type="hidden" name="business" value="supporter@sfconservancy.org" />
|
<input type="hidden" name="business" value="supporter@sfconservancy.org" />
|
||||||
<input type="hidden" name="item_name" value="Conservancy Supporter, Annual" />
|
<input type="hidden" name="item_name" value="Conservancy Supporter, Annual" />
|
||||||
|
@ -159,18 +159,17 @@ internal policies</a> are published and available for scrutiny.</p>
|
||||||
<input type="hidden" name="on4" value="joinList" />
|
<input type="hidden" name="on4" value="joinList" />
|
||||||
<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>
|
||||||
<div id="supporter-form-submit">
|
<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><br/>
|
<br/><small>You will be redirected to PayPal's site when you click “Donate”.</small>
|
||||||
<small>You will be redirected to the Paypal website to
|
</div>
|
||||||
become a supporter when you click “Donate”.</small>
|
</div>
|
||||||
|
|
||||||
</div></form>
|
|
||||||
|
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue