Update account dropdowns (#2959)

* Simplify & consolidate address items

* Adjust dropdown background
This commit is contained in:
Jaco Greeff
2016-10-31 12:58:25 +01:00
committed by Gav Wood
parent 7af20a5db0
commit d086251e89
5 changed files with 35 additions and 25 deletions

View File

@@ -158,6 +158,7 @@ export default class Details extends Component {
return (
<Select
className={ styles.tokenSelect }
label='type of token transfer'
hint='type of token to transfer'
value={ tag }

View File

@@ -42,9 +42,16 @@
margin-right: 0.5em;
}
.tokenSelect {
}
.token {
height: 32px;
margin-top: 14px;
padding: 4px 0;
}
.tokenSelect .token {
margin-top: 10px;
}
.token img {