Skip to content

Commit

Permalink
Some more fixes in UI of run tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabreznik authored and ryestew committed Aug 14, 2018
1 parent 37883d1 commit 8b96a56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/app/ui/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const css = csjs`
}
.expandCollapseButton {}
.arrow {
margin-right : 15px;
color : ${styles.appProperties.icon_Color};
font-weight : bold;
cursor : pointer;
Expand Down
8 changes: 6 additions & 2 deletions src/universal-dapp-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8b96a56

Please sign in to comment.