summaryrefslogtreecommitdiffstats
path: root/core/vendor/strengthify/strengthify.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/vendor/strengthify/strengthify.css')
-rw-r--r--core/vendor/strengthify/strengthify.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/core/vendor/strengthify/strengthify.css b/core/vendor/strengthify/strengthify.css
index 5555cbdf334..e8486fb0881 100644
--- a/core/vendor/strengthify/strengthify.css
+++ b/core/vendor/strengthify/strengthify.css
@@ -1,11 +1,15 @@
/**
* Strengthify - show the weakness of a password (uses zxcvbn for this)
* https://github.com/MorrisJobke/strengthify
- * Version: 0.4.2
+ * Version: 0.5.1
* License: The MIT License (MIT)
- * Copyright (c) 2013 Morris Jobke <morris.jobke@gmail.com>
+ * Copyright (c) 2013-2016 Morris Jobke <morris.jobke@gmail.com>
*/
+.strengthify-wrapper {
+ position: relative;
+}
+
.strengthify-wrapper > * {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
@@ -15,7 +19,7 @@
transition:all .5s ease-in-out;
}
-.strengthify-bg, .strengthify-container, .strengthify-wrapper, .strengthify-separator {
+.strengthify-bg, .strengthify-container, .strengthify-separator {
height: 3px;
}
@@ -46,3 +50,11 @@
.password-good {
background-color: #3C3;
}
+
+div[data-strengthifyMessage] {
+ padding: 3px 8px;
+}
+
+.strengthify-tiles{
+ float: right;
+}