aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-07-27 16:29:01 +0800
committerGitHub <noreply@github.com>2016-07-27 16:29:01 +0800
commit482e15c573734ab9919f9f8ee79df0039bdee153 (patch)
treef5af5dd5194233f22917fc68cba05cf97cee9c24 /ui
parent7a8d0497324f6f05274e7ffeef828134cbf9c481 (diff)
parentf8f8e78c55d3dd6b4d8b0c889c60e07ad103ae96 (diff)
downloadtangerine-wallet-browser-482e15c573734ab9919f9f8ee79df0039bdee153.tar
tangerine-wallet-browser-482e15c573734ab9919f9f8ee79df0039bdee153.tar.gz
tangerine-wallet-browser-482e15c573734ab9919f9f8ee79df0039bdee153.tar.bz2
tangerine-wallet-browser-482e15c573734ab9919f9f8ee79df0039bdee153.tar.lz
tangerine-wallet-browser-482e15c573734ab9919f9f8ee79df0039bdee153.tar.xz
tangerine-wallet-browser-482e15c573734ab9919f9f8ee79df0039bdee153.tar.zst
tangerine-wallet-browser-482e15c573734ab9919f9f8ee79df0039bdee153.zip
Merge pull request #493 from MetaMask/droppo-fix
Droppo fix
Diffstat (limited to 'ui')
-rw-r--r--ui/app/app.js1
-rw-r--r--ui/app/css/index.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index a11d679f1..df5350f67 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -203,6 +203,7 @@ App.prototype.renderNetworkDropdown = function () {
style: {
position: 'absolute',
left: 0,
+ top: '36px',
},
innerStyle: {
background: 'white',
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 36430b5eb..77bf7bf97 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -151,6 +151,7 @@ textarea.twelve-word-phrase {
.network-name {
position: absolute;
top: 8px;
+ left: 60px;
width: 5.2em;
line-height: 9px;
text-rendering: geometricPrecision;