Skip to content
Snippets Groups Projects
Commit 97c8e5524ff0 authored by Maciej Fijalkowski's avatar Maciej Fijalkowski
Browse files

style

parent 0d58afa3a8a9
No related branches found
No related tags found
No related merge requests found
...@@ -1360,3 +1360,13 @@ ...@@ -1360,3 +1360,13 @@
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;
} }
#progressbar {
margin: 20px;
}
.progresstext {
position: absolute;
text-align: center;
left: 400px;
}
\ No newline at end of file
...@@ -15,5 +15,8 @@ ...@@ -15,5 +15,8 @@
.. raw:: html .. raw:: html
<div id="progressbar"> <div id="progressbar">
<div class="progresstext">
1234 of 20000 (5%)
</div>
</div> </div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
...@@ -18,6 +21,6 @@ ...@@ -18,6 +21,6 @@
</div> </div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Sponsor by: Sponsor numpy implementation in PyPy by the following amount:<br/>
<input type="text" name="amount"></input> <input type="text" name="amount"></input>
<select name="currency_code"> <select name="currency_code">
<option value="USD" selected="1">USD</option> <option value="USD" selected="1">USD</option>
......
...@@ -56,5 +56,8 @@ ...@@ -56,5 +56,8 @@
<p>Our goal is to raise 20000 euros by 1st of October 2011. That should allow us <p>Our goal is to raise 20000 euros by 1st of October 2011. That should allow us
to finish implementing NumPy by the end of 2011.</p> to finish implementing NumPy by the end of 2011.</p>
<div id="progressbar"> <div id="progressbar">
<div class="progresstext">
1234 of 20000 (5%)
</div>
</div> </div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
...@@ -59,6 +62,6 @@ ...@@ -59,6 +62,6 @@
</div> </div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Sponsor by: Sponsor numpy implementation in PyPy by the following amount:<br/>
<input type="text" name="amount"></input> <input type="text" name="amount"></input>
<select name="currency_code"> <select name="currency_code">
<option value="USD" selected="1">USD</option> <option value="USD" selected="1">USD</option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment