diff options
author | Frankie <frankie.pangilinan@consensys.net> | 2016-08-11 09:53:11 +0800 |
---|---|---|
committer | Frankie <frankie.pangilinan@consensys.net> | 2016-08-11 09:53:11 +0800 |
commit | 2fc26fb264ba0df7e4fc60128c6cbe19d3141beb (patch) | |
tree | 13825b123ff69728981243af91ce1e3d132c40d2 /ui/app | |
parent | c8b2826441d03dd2fb525ce6f7a89e3873117a37 (diff) | |
download | tangerine-wallet-browser-2fc26fb264ba0df7e4fc60128c6cbe19d3141beb.tar tangerine-wallet-browser-2fc26fb264ba0df7e4fc60128c6cbe19d3141beb.tar.gz tangerine-wallet-browser-2fc26fb264ba0df7e4fc60128c6cbe19d3141beb.tar.bz2 tangerine-wallet-browser-2fc26fb264ba0df7e4fc60128c6cbe19d3141beb.tar.lz tangerine-wallet-browser-2fc26fb264ba0df7e4fc60128c6cbe19d3141beb.tar.xz tangerine-wallet-browser-2fc26fb264ba0df7e4fc60128c6cbe19d3141beb.tar.zst tangerine-wallet-browser-2fc26fb264ba0df7e4fc60128c6cbe19d3141beb.zip |
Even out some of the margins
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/components/shapeshift-form.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/app/components/shapeshift-form.js b/ui/app/components/shapeshift-form.js index 116842043..9c9ec2a05 100644 --- a/ui/app/components/shapeshift-form.js +++ b/ui/app/components/shapeshift-form.js @@ -29,7 +29,7 @@ ShapeshiftForm.prototype.render = function () { return h('.flex-column', { style: { - margin: '10px', + marginTop: '10px', width: '100%', alignItems: 'center', }, @@ -126,8 +126,9 @@ ShapeshiftForm.prototype.render = function () { h(this.activeToggle('.input-container'), { style: { + padding: '10px', + paddingBottom: '0px', width: '100%', - marginTop: '19px', }, }, [ h('div', 'Receiving address:'), @@ -156,6 +157,7 @@ ShapeshiftForm.prototype.render = function () { ]), h(this.activeToggle('.input-container'), { style: { + padding: '10px', width: '100%', }, }, [ |