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 @@