From 870e05b2404339d1f426d246f53f8def3c3462fd Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 26 May 2016 15:11:22 -0700 Subject: ui - redesign - init + vault create/restore + seed --- ui/app/css/index.css | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'ui/app/css') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 8e25c1f88..886b8480f 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -128,10 +128,11 @@ h2.page-subtitle { textarea.twelve-word-phrase { margin-top: 20px; + padding: 12px; width: 300px; - height: 180px; + height: 140px; font-size: 16px; - background: #FAF6F0; + background: white; resize: none; } @@ -144,20 +145,10 @@ app sections .initialize-screen hr { width: 60px; margin: 12px; - border-color: #F3C83E; + border-color: #F7861C; border-style: solid; } -.initialize-screen input[type="password"], .initialize-screen textarea { - width: 300px; - padding: 6px; - border-radius: 6px; - border-style: solid; - outline: none; - border: 1px solid #F5A623; - background: #FAF6F0; -} - .initialize-screen label { margin-top: 20px; } @@ -258,6 +249,10 @@ input.large-input { height: 36px; } +.letter-spacey { + letter-spacing: 0.1em; +} + /* accounts */ @@ -385,7 +380,6 @@ input.large-input { .send-screen input { width: 100%; font-size: 12px; - letter-spacing: 0.1em; } /* Ether Balance Widget */ -- cgit v1.2.3