diff --git a/embark-ui/src/components/Accounts.js b/embark-ui/src/components/Accounts.js index eb0116cf..4f352498 100644 --- a/embark-ui/src/components/Accounts.js +++ b/embark-ui/src/components/Accounts.js @@ -8,32 +8,34 @@ import CardTitleIdenticon from './CardTitleIdenticon'; const Accounts = ({accounts}) => ( -

Accounts

- {accounts.map(account => ( - - + + +

Accounts

+
+ + {accounts.map(account => ( +
Account  {account.address} - - - - - Balance -
{account.balance} Ether
- - - Tx Count -
{account.transactionCount}
- - - Index -
{account.index}
- -
-
- - ))} + + + Balance +
{account.balance} Ether
+ + + Tx Count +
{account.transactionCount}
+ + + Index +
{account.index}
+ +
+
+ ))} +
+
); diff --git a/embark-ui/src/components/Blocks.js b/embark-ui/src/components/Blocks.js index f57c1387..0e994ae3 100644 --- a/embark-ui/src/components/Blocks.js +++ b/embark-ui/src/components/Blocks.js @@ -37,7 +37,7 @@ const Blocks = ({blocks, showLoadMore, loadMore}) => ( ))} - {showLoadMore && loadMore()} />} + {showLoadMore && loadMore()}/>} diff --git a/embark-ui/src/components/Explorer.css b/embark-ui/src/components/Explorer.css index d3cb3b64..35243653 100644 --- a/embark-ui/src/components/Explorer.css +++ b/embark-ui/src/components/Explorer.css @@ -1,11 +1,11 @@ -.explorer-row { - margin-bottom: 20px; - padding-bottom: 5px; - border-bottom: 1px solid #c8ced3; +.explorer-row + .explorer-row { + margin-top: 5px; + padding-top: 20px; + border-top: 1px solid #c8ced3; } .dark-theme .explorer-row { - border-bottom-color: #23282c; + border-top-color: #23282c; } .explorer-row .text-truncate {