search input field extended to show datetime

This commit is contained in:
moneroexamples 2016-11-24 06:18:28 +08:00
parent 8b45f9fe49
commit 5ff83e77ee
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
{{^testnet}}
<div class="center">
<form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1">
<input type="text" name="value" size="100"
<input type="text" name="value" size="120"
placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, stealth address, and datetime">
<input type="submit" value="Search">
</form>