summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-21 08:52:41 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-21 08:52:41 +0000
commitaca54cc198f64e9ef5df8bd5e75aacd1d2669c0b (patch)
tree936d840e1124c97c6a65acfcc49b18284ec96119 /modules/system
parentd92389ae1146f3142e4e10907dd801351d470ef8 (diff)
downloadbrdo-aca54cc198f64e9ef5df8bd5e75aacd1d2669c0b.tar.gz
brdo-aca54cc198f64e9ef5df8bd5e75aacd1d2669c0b.tar.bz2
Patch #331893 by mgifford, nigel, Xano, Everett Zufelt | Cliff, Bojhan, mcrittenden, webchick, Josh Waihi, alpritt, heather: improved the password checker.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.css26
1 files changed, 18 insertions, 8 deletions
diff --git a/modules/system/system.css b/modules/system/system.css
index acfc50716..3e416470b 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -520,15 +520,22 @@ html.js .js-hide {
/*
** Password strength indicator
*/
+#password-strength {
+ width: 17em;
+ float: right; /* LTR */
+ margin-top: 1.4em;
+}
.password-strength-title {
- float: left; /* LTR */
+ display: inline;
+}
+#password-strength-text {
+ float: right; /* LTR */
+ font-weight: bold;
}
#password-indicator {
- border: 1px solid #B4B4B4;
- float: right;
- height: 0.9em;
- margin: 0.3em 0.80em 0 0.3em;
- width: 5em;
+ background-color: #C4C4C4;
+ height: 0.3em;
+ width: 100%;
}
#password-indicator div {
height: 100%;
@@ -539,6 +546,10 @@ input.password-confirm, input.password-field {
width: 16em;
margin-bottom: 0.4em;
}
+div.password-confirm {
+ display: inline;
+ padding-left: 1em;
+}
div.password-suggestions {
padding: 0.2em 0.5em;
margin: 0.7em 0;
@@ -550,8 +561,7 @@ div.password-suggestions ul {
}
.password-parent {
margin: 0;
- float: left; /* LTR */
- width: 17.3em;
+ width: 34.3em;
}
/*