Commit fad5c5e6 authored by Nina Breznik's avatar Nina Breznik Committed by GitHub

Merge pull request #6 from ethereum/right-hand-final

hide `Gas Price`
parents 915a706a 86265f3e
...@@ -248,6 +248,10 @@ body { ...@@ -248,6 +248,10 @@ body {
padding: 0 0.6em; padding: 0 0.6em;
} }
#header #optionViews .hide {
display: none;
}
#header .info { #header .info {
font-family: monospace; font-family: monospace;
min-height: 6em; min-height: 6em;
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<div class="crow"> <div class="crow">
<label for="gasLimit"><input type="number" id="gasLimit" value="3000000"> Transaction gas limit</label> <label for="gasLimit"><input type="number" id="gasLimit" value="3000000"> Transaction gas limit</label>
</div> </div>
<div class="crow"> <div class="crow hide">
<label for="gasPrice"><input type="number" id="gasPrice" value="0"> Gas Price</label> <label for="gasPrice"><input type="number" id="gasPrice" value="0"> Gas Price</label>
</div> </div>
<div class="crow"> <div class="crow">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment