Skip to content

Commit

Permalink
moved size of donate button from HTML to CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyc0 committed May 23, 2013
1 parent ca27190 commit 98dde2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ <h2>Donate!</h2>
<p>Please help us to get to the US this summer by donating anything you can</p>
<form class="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<p>Please check this box if you are happy for your name to be published in the donors list
<input type="checkbox" name="custom" value="canPublishName"> </p><p>
<input type="checkbox" name="custom" value="canPublishName"/></p><p>
<input type="hidden" name="cmd" value="_s-xclick"/>
<input type="hidden" name="hosted_button_id" value="4X3684JHZJMC4"/>
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal – The safer, easier way to pay online." width="250px"/>
<input id="donateButton" type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal – The safer, easier way to pay online."/>
<img alt="" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"/>
</p>
</form>
Expand Down
5 changes: 5 additions & 0 deletions style/normal.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ form.donate
border: 5px dashed #8fa850;
}

#donateButton
{
width: 250px;
}

body
{
background-color: #EA5B20;
Expand Down

0 comments on commit 98dde2d

Please sign in to comment.