From 8b96a5691aa0c01f6236d4f6ab9b5a63cd761c43 Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Wed, 25 Jul 2018 18:40:19 +0100 Subject: [PATCH] Some more fixes in UI of run tab --- src/app/ui/card.js | 1 - src/universal-dapp-styles.js | 8 ++++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/ui/card.js b/src/app/ui/card.js index a9ed601aca0..2c372c12f52 100644 --- a/src/app/ui/card.js +++ b/src/app/ui/card.js @@ -80,7 +80,6 @@ const css = csjs` } .expandCollapseButton {} .arrow { - margin-right : 15px; color : ${styles.appProperties.icon_Color}; font-weight : bold; cursor : pointer; diff --git a/src/universal-dapp-styles.js b/src/universal-dapp-styles.js index 13d15666da7..cfb98484b4c 100644 --- a/src/universal-dapp-styles.js +++ b/src/universal-dapp-styles.js @@ -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;