From 3969526403c487eb45f8a34774b3267ab126cdda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Iv=C3=A1n=20Cuende?= Date: Wed, 14 Dec 2016 14:35:36 -0800 Subject: Fixed header h1 alignment and network name --- ui/app/app.js | 5 +++-- ui/app/css/index.css | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'ui/app') diff --git a/ui/app/app.js b/ui/app/app.js index ba891f1cf..7da03cdd1 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -140,8 +140,9 @@ App.prototype.renderAppBar = function () { // metamask name h('h1', { style: { - position: 'relative', - left: '9px', + position: 'absolute', + left: '50%', + transform: 'translateX(-50%)', }, }, 'MetaMask'), diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 7fba8204e..6ce426094 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -163,9 +163,6 @@ textarea.twelve-word-phrase { } .network-name { - position: absolute; - top: 8px; - left: 60px; width: 5.2em; line-height: 9px; text-rendering: geometricPrecision; -- cgit v1.2.3