From e2e02acf30fc47a9e4930e304b7c569911975833 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 20 Jun 2017 21:06:57 -0700 Subject: [PATCH] Fix login form --- src/layouts/login-form.html | 28 +++++++++------------- src/more-infos/more-info-configurator.html | 1 + 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/src/layouts/login-form.html b/src/layouts/login-form.html index 0f575be2d9..cf066b3c73 100644 --- a/src/layouts/login-form.html +++ b/src/layouts/login-form.html @@ -4,8 +4,7 @@ - - + @@ -17,7 +16,7 @@ white-space: nowrap; } - #passwordDecorator { + paper-input { display: block; margin-bottom: 16px; } @@ -49,19 +48,14 @@
- - - - [[errorMessage]] - +
Remember Log In @@ -138,7 +132,7 @@ Polymer({ isValidatingChanged: function (newVal) { if (!newVal) { this.async(function () { - this.$.passwordInput.focus(); + this.$.passwordInput.inputElement.inputElement.focus(); }.bind(this), 10); } }, diff --git a/src/more-infos/more-info-configurator.html b/src/more-infos/more-info-configurator.html index 655135385a..0a9ea2daad 100644 --- a/src/more-infos/more-info-configurator.html +++ b/src/more-infos/more-info-configurator.html @@ -67,6 +67,7 @@