From 0b8505404b132c451a6403867c914f5653d7cc7a Mon Sep 17 00:00:00 2001 From: bechi Date: Mon, 21 Jul 2014 18:32:51 -0300 Subject: [PATCH] fix signup details --- css/main.css | 5 +++-- views/setup.html | 8 ++++---- views/signin.html | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/css/main.css b/css/main.css index 27bc9ddc2..98bb6f59d 100644 --- a/css/main.css +++ b/css/main.css @@ -97,7 +97,7 @@ a:hover { color: #2980b9; } -input { +.signin input, .setup input { background: #2C3E50 !important; -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important; box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important; @@ -105,7 +105,7 @@ input { color: #7A8C9E !important; } -select { +.signin select, .setup select { background: #2C3E50 !important; border: 0 !important; color: #7A8C9E !important; @@ -821,6 +821,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { background: #2C3E50; -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20); box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20); + margin-bottom: 20px; } /*-----------------------------------------------------------------*/ diff --git a/views/setup.html b/views/setup.html index ffae460ce..66d1cca86 100644 --- a/views/setup.html +++ b/views/setup.html @@ -1,5 +1,5 @@
-
+
Creating wallet...
@@ -66,14 +66,14 @@ width="50px">
-
+
« Back « Back - - Next
diff --git a/views/signin.html b/views/signin.html index d135eaf0e..7f4b3fcb9 100644 --- a/views/signin.html +++ b/views/signin.html @@ -60,7 +60,7 @@ match="joinPassword" required>
« Back - +