From 633b603f253261fe18deb5ff59f86cffd4fd62bf Mon Sep 17 00:00:00 2001 From: bechi Date: Thu, 16 Apr 2015 10:16:29 -0300 Subject: [PATCH] fix password modal --- public/views/includes/password.html | 4 ++-- src/css/main.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/views/includes/password.html b/public/views/includes/password.html index d9b966399..8656abe51 100644 --- a/public/views/includes/password.html +++ b/public/views/includes/password.html @@ -35,10 +35,10 @@ -
+

Password cannot be recovered. Be sure to write it down {{pass.error|translate}} -

+

diff --git a/src/css/main.css b/src/css/main.css index 498f77a27..dce52046b 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1105,7 +1105,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus { border-radius: 5px; position: absolute; width: 90%; - height: 40%; left: 5%; top: 15%; z-index: 1100;