Arthur Edelstein commited on 2017-03-03 20:45:00
Zeige 1 geänderte Dateien mit 13 Einfügungen und 15 Löschungen.
... | ... |
@@ -34,16 +34,13 @@ form#makeDonation { |
34 | 34 |
<form id="makeDonation" action="https://bitpay.com/checkout" method="post" onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));"> |
35 | 35 |
<input name="action" type="hidden" value="checkout"> |
36 | 36 |
<fieldset class="phone-form well form-horizontal" style="margin-top: 5px;"> |
37 |
- <ul> |
|
37 |
+ <ul style="list-style: none;"> |
|
38 | 38 |
<li id="orderID" class="control-group"> |
39 |
- <label class="control-label" style="width: 40px">Email:</label> |
|
40 |
- <div class="controls" style="margin-left: 60px"> |
|
39 |
+ <label class="control-label" style="width: 80px">Email:</label> |
|
41 | 40 |
<input name="orderID" type="email" class="input input-xlarge" placeholder="Email address (optional)" maxlength=50 autocapitalize=off autocorrect=off><br> |
42 |
- </div> |
|
43 | 41 |
</li> |
44 | 42 |
<li id="price" class="control-group"> |
45 |
- <label class="control-label" style="width: 40px">Amount:</label> |
|
46 |
- <div class="controls" style="margin-left: 60px"> |
|
43 |
+ <label class="control-label" style="width: 80px">Amount:</label> |
|
47 | 44 |
<input name="price" type="number" class="noscroll" value="10.00" placeholder="Amount" maxlength="10" min="0.01" step="0.01" /> |
48 | 45 |
<select name="currency" value="" > |
49 | 46 |
<option value="USD" selected="selected">USD</option> |
... | ... |
@@ -82,7 +79,6 @@ form#makeDonation { |
82 | 79 |
<option value="TRY">TRY</option> |
83 | 80 |
<option value="ZAR">ZAR</option> |
84 | 81 |
</select/> |
85 |
- </div> |
|
86 | 82 |
</li> |
87 | 83 |
</ul> |
88 | 84 |
<br> |
... | ... |
@@ -100,15 +96,20 @@ form#makeDonation { |
100 | 96 |
<div class="dbox dsmall dwolla"> |
101 | 97 |
<h3>Donate via Amazon</h3> |
102 | 98 |
<p>You can donate to Tor through your Amazon account.</p> |
103 |
- <p style="text-align:center;"><strong><a |
|
104 |
-href="<page donate/donate-amazon>">Donate via Amazon Payments |
|
105 |
-»</a></strong></p> |
|
99 |
+ <p> |
|
100 |
+ <strong> |
|
101 |
+ <a href="<page donate/donate-amazon>">Donate via Amazon Payments »</a> |
|
102 |
+ </strong> |
|
103 |
+ </p> |
|
106 | 104 |
</div> |
107 | 105 |
<div class="dbox dsmall dwolla"> |
108 | 106 |
<h3>Donate via Amazon Smile</h3> |
109 | 107 |
<p>AmazonSmile is a website operated by Amazon with the same products, prices, and shopping features as Amazon.com. The difference is that when you shop on AmazonSmile, the AmazonSmile Foundation will donate 0.5% of the purchase price of eligible products to the charitable organization of your choice.</p> |
110 |
- <p style="text-align:center;"><strong><a href="https://smile.amazon.com/ch/20-8096820">Set up the Tor Project on Amazon Smile |
|
111 |
-»</a></strong></p> |
|
108 |
+ <p> |
|
109 |
+ <strong> |
|
110 |
+ <a href="https://smile.amazon.com/ch/20-8096820">Set up the Tor Project on Amazon Smile »</a> |
|
111 |
+ </strong> |
|
112 |
+ </p> |
|
112 | 113 |
</div> |
113 | 114 |
<!-- END AMAZON --> |
114 | 115 |
<!-- BEGIN TRANSFER --> |
... | ... |
@@ -163,9 +164,6 @@ href="<page donate/donate-amazon>">Donate via Amazon Payments |
163 | 164 |
DTC #: 5198<br> |
164 | 165 |
Tax ID #: 20-8096820<br> |
165 | 166 |
</p> |
166 |
- <p>The Tor Project, Inc.<br> |
|
167 |
- P.O. Box 4903<br> |
|
168 |
- Seattle, WA 98194 USA</p> |
|
169 | 167 |
</p> |
170 | 168 |
</div> |
171 | 169 |
</div> |
172 | 170 |