Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
86265f3e
Commit
86265f3e
authored
Apr 10, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hide `Gas Price`
parent
915a706a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
browser-solidity.css
assets/css/browser-solidity.css
+4
-0
index.html
index.html
+1
-1
No files found.
assets/css/browser-solidity.css
View file @
86265f3e
...
...
@@ -248,6 +248,10 @@ body {
padding
:
0
0.6em
;
}
#header
#optionViews
.hide
{
display
:
none
;
}
#header
.info
{
font-family
:
monospace
;
min-height
:
6em
;
...
...
index.html
View file @
86265f3e
...
...
@@ -92,7 +92,7 @@
<div
class=
"crow"
>
<label
for=
"gasLimit"
><input
type=
"number"
id=
"gasLimit"
value=
"3000000"
>
Transaction gas limit
</label>
</div>
<div
class=
"crow"
>
<div
class=
"crow
hide
"
>
<label
for=
"gasPrice"
><input
type=
"number"
id=
"gasPrice"
value=
"0"
>
Gas Price
</label>
</div>
<div
class=
"crow"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment