summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/guest.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 521b5dc54d4..3223e764ac0 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;