diff options
author | frankiebee <frankie.diamond@gmail.com> | 2017-04-24 18:58:01 +0800 |
---|---|---|
committer | frankiebee <frankie.diamond@gmail.com> | 2017-04-24 18:58:01 +0800 |
commit | df9e40be636738336d6fa3c775bbcc99a9a0e210 (patch) | |
tree | 81af3cdf2652a399518692822f77614d72f87098 /ui/app/components/shapeshift-form.js | |
parent | 9ebc5ed33cd3450262c00ccdde9f617544dfa784 (diff) | |
download | tangerine-wallet-browser-df9e40be636738336d6fa3c775bbcc99a9a0e210.tar tangerine-wallet-browser-df9e40be636738336d6fa3c775bbcc99a9a0e210.tar.gz tangerine-wallet-browser-df9e40be636738336d6fa3c775bbcc99a9a0e210.tar.bz2 tangerine-wallet-browser-df9e40be636738336d6fa3c775bbcc99a9a0e210.tar.lz tangerine-wallet-browser-df9e40be636738336d6fa3c775bbcc99a9a0e210.tar.xz tangerine-wallet-browser-df9e40be636738336d6fa3c775bbcc99a9a0e210.tar.zst tangerine-wallet-browser-df9e40be636738336d6fa3c775bbcc99a9a0e210.zip |
Css fixes
Diffstat (limited to 'ui/app/components/shapeshift-form.js')
-rw-r--r-- | ui/app/components/shapeshift-form.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ui/app/components/shapeshift-form.js b/ui/app/components/shapeshift-form.js index f0a067c05..e0a720426 100644 --- a/ui/app/components/shapeshift-form.js +++ b/ui/app/components/shapeshift-form.js @@ -70,6 +70,7 @@ ShapeshiftForm.prototype.renderMain = function () { h('input#fromCoin.buy-inputs.ex-coins', { type: 'text', list: 'coinList', + autoFocus: true, dataset: { persistentFormId: 'input-coin', }, @@ -86,6 +87,7 @@ ShapeshiftForm.prototype.renderMain = function () { style: { fontSize: '12px', color: '#F7861C', + position: 'relative', bottom: '48px', left: '106px', }, @@ -156,8 +158,8 @@ ShapeshiftForm.prototype.renderMain = function () { }, style: { boxSizing: 'border-box', - width: '278px', - height: '20px', + width: '227px', + height: '30px', padding: ' 5px ', }, }), @@ -167,7 +169,7 @@ ShapeshiftForm.prototype.renderMain = function () { fontSize: '12px', color: '#F7861C', position: 'relative', - bottom: '5px', + bottom: '10px', right: '11px', }, }), @@ -181,7 +183,7 @@ ShapeshiftForm.prototype.renderMain = function () { style: { marginTop: '10px', position: 'relative', - bottom: '33px', + bottom: '40px', }, }, 'Submit'), |