From b0ce906dd23c41da37d1305b8d478e4248fa8d65 Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Sun, 21 Sep 2014 11:33:52 -0700
Subject: [PATCH] Issue #2318677 by bluegriff | emma.maria: Fixed Password
 field focus is interfering with the password indicator strength bar.

---
 core/modules/user/css/user.module.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/modules/user/css/user.module.css b/core/modules/user/css/user.module.css
index 658988d4c718..8a03bdb20b0c 100644
--- a/core/modules/user/css/user.module.css
+++ b/core/modules/user/css/user.module.css
@@ -26,7 +26,8 @@
 }
 .password-strength__meter {
   background-color: #ebeae4;
-  height: 0.5em;
+  height: 0.75em;
+  margin-top: 0.5em;
 }
 .password-strength__indicator {
   height: 100%;
-- 
GitLab