From 9619584383621031f421598baf7c5c3e3c0ecd47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sat, 21 Jan 2017 19:47:20 +0100 Subject: [PATCH] Fixed strengthify wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/guest.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/core/css/guest.css b/core/css/guest.css index 521b5dc54d..3223e764ac 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -294,6 +294,21 @@ label.infield { display: none; } +/* Password strength meter */ +.strengthify-wrapper { + display: inline-block; + position: relative; + left: 15px; + top: -23px; + width: 250px; +} +.tooltip-inner { + font-weight: bold; + color: #ccc; + padding: 3px 6px; + text-align: center; +} + /* Show password toggle */ #show, #dbpassword { position: absolute;