From e9407777cc6f44a87a4c34e07562f278d66a48c4 Mon Sep 17 00:00:00 2001 From: Frankie Date: Wed, 8 Jun 2016 15:13:45 -0400 Subject: [PATCH] Style up the info screen --- CHANGELOG.md | 2 +- ui/app/css/index.css | 18 ++++++++++++++++++ ui/app/info.js | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64200fe6d..6ca97eea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## Current Master - +- Style up the info page - Show network status in title bar - Added seed word recovery to config screen. - Clicking network status indicator now reveals a provider menu. diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 2ee7c4094..c6624fbae 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -423,3 +423,21 @@ input.large-input { .ether-balance-label { color: #ABA9AA; } + +/* Info screen */ +.info-gray{ + font-family: 'Transat Medium'; + text-transform: uppercase; + color: #AEAEAE; +} + +.icon-size{ + width: 20px; +} + +.info{ + font-family: 'Transat Standard', Arial; + font-weight: bolder; + padding-bottom: 10px; +} + diff --git a/ui/app/info.js b/ui/app/info.js index 8c43c5aa7..03f00a027 100644 --- a/ui/app/info.js +++ b/ui/app/info.js @@ -62,10 +62,10 @@ InfoScreen.prototype.render = function() { style: { marginBottom: '20px', }}, - `For more information on Metamask + `For more information on MetaMask you can visit our web site. If you want to contact us with questions or just - say Hi, you can find us on theise platforms:`), + say 'Hi', you can find us on theise platforms:`), h('div',{ style: {