Merge pull request #10905 from filecoin-project/maciej/fountain-fix
Calibration faucet UI improvements
This commit is contained in:
commit
17d2c71c0f
@ -15,12 +15,13 @@
|
|||||||
<div class="Index">
|
<div class="Index">
|
||||||
<div class="Index-nodes">
|
<div class="Index-nodes">
|
||||||
<div class="Index-node">
|
<div class="Index-node">
|
||||||
GRANT DATACAP
|
<h3>Grant datacap</h3>
|
||||||
|
<p>Please input your address to receive a data cap on the Calibration Testnet.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="Index-node">
|
<div class="Index-node">
|
||||||
<form action='/datacap' method='post' id='datacap-form'>
|
<form action='/datacap' method='post' id='datacap-form'>
|
||||||
<span>Enter destination address:</span>
|
<span>Enter destination address:</span>
|
||||||
<input type='text' name='address' style="width: 300px">
|
<input type='text' name='address' style="width: 300px" placeholder="t0/1/2/3/4 or 0xETH">
|
||||||
<button class="g-recaptcha"
|
<button class="g-recaptcha"
|
||||||
data-sitekey="{{ . }}"
|
data-sitekey="{{ . }}"
|
||||||
data-callback='onSubmit'
|
data-callback='onSubmit'
|
||||||
|
@ -15,12 +15,13 @@
|
|||||||
<div class="Index">
|
<div class="Index">
|
||||||
<div class="Index-nodes">
|
<div class="Index-nodes">
|
||||||
<div class="Index-node">
|
<div class="Index-node">
|
||||||
SENDING FUNDS
|
<h3>Send funds</h3>
|
||||||
|
<p>Please input your address to receive test FIL (tFIL) on the Calibration Testnet. This faucet dispenses 100 tFIL.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="Index-node">
|
<div class="Index-node">
|
||||||
<form action='/send' method='post' id='funds-form'>
|
<form action='/send' method='post' id='funds-form'>
|
||||||
<span>Enter destination address:</span>
|
<span>Enter destination address:</span>
|
||||||
<input type='text' name='address' style="width: 300px">
|
<input type='text' name='address' style="width: 300px" placeholder="Enter t0/1/2/3/4 or 0xETH">
|
||||||
<button class="g-recaptcha"
|
<button class="g-recaptcha"
|
||||||
data-sitekey="{{ . }}"
|
data-sitekey="{{ . }}"
|
||||||
data-callback='onSubmit'
|
data-callback='onSubmit'
|
||||||
|
@ -66,7 +66,7 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #555;
|
background-color: #4c7eff;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
|
Loading…
Reference in New Issue
Block a user