Skip to content

Commit

Permalink
increased size in input form to be readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
haurog committed Oct 29, 2023
1 parent 3036ca5 commit 63eedf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ <h1><img class="logo_img" src="images/Canary-logo.png" alt="Canary Logo"> Warra
</div>


<div>
<div class="row-fluid">
<button class="button" id="create-button" onclick="createWarrantCanary()">Create Warrant Canary</button>
<input id="create-button-expiration-input" type="number" placeholder="Expiration (unix epoch)" />
<input id="create-button-purpose-input" type="string" placeholder="Purpose" />
<input id="create-button-trustedThirdParty-input" type="string" placeholder="Third Party Address" />
<input id="create-button-funds-input" type="number" placeholder="Funds in ETH" />
<input id="create-button-expiration-input" type="number" placeholder="Expiration (unix epoch)"/>
<input id="create-button-purpose-input" type="string" placeholder="Purpose"/>
<input id="create-button-trustedThirdParty-input" type="string" placeholder="Third Party Address (optional)" size="25"/>
<input id="create-button-funds-input" type="number" placeholder="Funds in ETH (optional)" />
</div>

<!-- Read input from contract -->
Expand Down

0 comments on commit 63eedf5

Please sign in to comment.