summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style.css19
1 files changed, 10 insertions, 9 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 75e43b052..d3cca0718 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -1066,25 +1066,26 @@ div.messages {
/* -------------- Password Meter ------------- */
+.confirm-parent,
+.password-parent {
+ width: 34em;
+}
.password-parent,
div.form-item div.password-suggestions {
position: relative;
- width: auto;
}
-#password-strength {
- float: none;
- left: 16em;
- position: absolute;
- width: 11.5em;
-}
-#password-strength-text,
+.password-strength-text,
.password-strength-title,
div.password-confirm {
font-size: 0.82em;
}
-#password-strength-text {
+.password-strength-text {
margin-top: 0.2em;
}
+div.password-confirm {
+ margin-top: 2.2em;
+ width: 20.73em;
+}
/* ---------------- Buttons ---------------- */