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
fad5c5e6
Commit
fad5c5e6
authored
Apr 10, 2017
by
Nina Breznik
Committed by
GitHub
Apr 10, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6 from ethereum/right-hand-final
hide `Gas Price`
parents
915a706a
86265f3e
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 @
fad5c5e6
...
@@ -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
;
...
...
index.html
View file @
fad5c5e6
...
@@ -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"
>
...
...
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