Changeset - 194f95d0168c
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-02 17:09:43
bkuhn@ebb.org
Float Donate button to the center beside questions

The donate button is now centered beside the questions that relate to
the supporter program.
2 files changed with 12 insertions and 9 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/forms.css
Show inline comments
...
 
@@ -5,5 +5,9 @@
 
}
 

	
 
#supporter-form-inputs {
 
    float: left;
 
}
 
#supporter-form-submit {
 
    padding-left: 100px;
 
    padding-left: 500px;
 
    padding-top: 100px;
 
    float: center;
 
}
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -123,3 +123,3 @@ internal policies</a> are published and available for scrutiny.</p>
 
<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" />
...
 
@@ -161,3 +161,3 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <input type="radio" name="os4" value="No" />No<br>
 
                      <br />
 
                      <br /></div>
 
                      <div id="supporter-form-submit">
...
 
@@ -167,8 +167,7 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
 
                      </div><br/>
 
                      <small>You will be redirected to the Paypal website to
 
                      become a supporter when you click &ldquo;Donate&rdquo;.</small>
 

	
 
</div></form>
 
                      <br/><small>You will be redirected to PayPal's site when you click &ldquo;Donate&rdquo;.</small>
 
                      </div>
 
                      </div>
 

	
 
</form>
 
</div>
0 comments (0 inline, 0 general)