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
69ea9d58
Unverified
Commit
69ea9d58
authored
Aug 14, 2018
by
yann300
Committed by
GitHub
Aug 14, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1427 from ethereum/runTabUI
Run tab ui
parents
62749fb4
8b96a569
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
7 deletions
+22
-7
run-tab.js
src/app/tabs/run-tab.js
+6
-2
run-tab-styles.js
src/app/tabs/styles/run-tab-styles.js
+10
-2
card.js
src/app/ui/card.js
+0
-1
universal-dapp-styles.js
src/universal-dapp-styles.js
+6
-2
No files found.
src/app/tabs/run-tab.js
View file @
69ea9d58
...
...
@@ -530,10 +530,14 @@ function settings (container, self) {
`
var
accountEl
=
yo
`
<div class="
${
css
.
crow
}
">
<div class="
${
css
.
col1_1
}
">Account</div>
<div class="
${
css
.
col1_1
}
">
Account
<i class="fa fa-plus-circle
${
css
.
icon
}
" aria-hidden="true" onclick=
${
newAccount
}
title="Create a new account"></i>
</div>
<div class=
${
css
.
account
}
>
<select name="txorigin" class="
${
css
.
select
}
" id="txorigin"></select>
${
copyToClipboard
(()
=>
document
.
querySelector
(
'#runTabView #txorigin'
).
value
)}
<i class="fa fa-plus-circle
${
css
.
icon
}
" aria-hidden="true" onclick=
${
newAccount
}
title="Create a new account"></i
>
</div
>
</div>
`
var
gasPriceEl
=
yo
`
...
...
src/app/tabs/styles/run-tab-styles.js
View file @
69ea9d58
...
...
@@ -35,6 +35,7 @@ var css = csjs`
margin-top: .5em;
display: flex;
align-items: center;
width: 500px;
}
.col1 {
width: 30%;
...
...
@@ -52,14 +53,21 @@ var css = csjs`
display: flex;
align-items: center;
position: relative;
width: 259px;
}
.account {
display: flex;
align-items: center;
width: 266px;
}
.col2 {
${
styles
.
rightPanel
.
runTab
.
input_RunTab
}
border-radius: 3px;
}
.col2_1 {
${
styles
.
rightPanel
.
runTab
.
input_RunTab
}
width: 16
5
px;
min-width: 16
5
px;
width: 16
4
px;
min-width: 16
4
px;
}
.col2_2 {
${
styles
.
rightPanel
.
runTab
.
dropdown_RunTab
}
...
...
src/app/ui/card.js
View file @
69ea9d58
...
...
@@ -80,7 +80,6 @@ const css = csjs`
}
.expandCollapseButton {}
.arrow {
margin-right : 15px;
color :
${
styles
.
appProperties
.
icon_Color
}
;
font-weight : bold;
cursor : pointer;
...
...
src/universal-dapp-styles.js
View file @
69ea9d58
...
...
@@ -78,7 +78,10 @@ var css = csjs`
}
.contractActions {
}
.instanceButton {}
.instanceButton {
border-radius: 3px;
border: .3px solid hsla(0, 82%, 82%, .5);
}
.closeIcon {
font-size: 12px;
cursor: pointer;
...
...
@@ -157,7 +160,8 @@ var css = csjs`
border: 1px solid
${
styles
.
appProperties
.
solidBorderBox_BorderColor
}
;
padding: 0px 5px 5px 0px;
background-color:
${
styles
.
appProperties
.
primary_BackgroundColor
}
;
width: 100%;
width: 99%;
border-radius: 3px;
}
.multiHeader {
text-align: left;
...
...
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