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
2c6d1316
Commit
2c6d1316
authored
Jun 20, 2017
by
yann300
Committed by
GitHub
Jun 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #599 from ethereum/fixInputHeight
Fix run settings GUI
parents
cd0a8ada
ae2f23fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
contract-tab.js
src/app/contract-tab.js
+5
-3
No files found.
src/app/contract-tab.js
View file @
2c6d1316
...
@@ -26,7 +26,7 @@ var css = csjs`
...
@@ -26,7 +26,7 @@ var css = csjs`
}
}
.col2 extends
${
styles
.
textBoxL
}
{
.col2 extends
${
styles
.
textBoxL
}
{
width: 70%;
width: 70%;
height:
7
px;
height:
32
px;
float: left;
float: left;
padding: .8em;
padding: .8em;
}
}
...
@@ -34,6 +34,7 @@ var css = csjs`
...
@@ -34,6 +34,7 @@ var css = csjs`
width: 70%;
width: 70%;
float: left;
float: left;
text-align: center;
text-align: center;
height: 32px;
}
}
.contract {
.contract {
display: block;
display: block;
...
@@ -42,13 +43,14 @@ var css = csjs`
...
@@ -42,13 +43,14 @@ var css = csjs`
.copyaddress {
.copyaddress {
color: #C6CFF7;
color: #C6CFF7;
margin-right: 0.2em;
margin-right: 0.2em;
margin-top: 0.
3
em;
margin-top: 0.
7
em;
cursor: pointer;
cursor: pointer;
}
}
.selectAddress extends
${
styles
.
dropdown
}
{
.selectAddress extends
${
styles
.
dropdown
}
{
width: 7
3.5
%;
width: 7
4
%;
float: left;
float: left;
text-align: center;
text-align: center;
height: 32px;
}
}
`
`
...
...
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