summaryrefslogtreecommitdiff
path: root/themes/bartik/css
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-05-14 13:16:23 -0400
committerDries Buytaert <dries@buytaert.net>2011-05-14 13:16:23 -0400
commitff23dc7162e6844294af052c1831fcd942fc0de7 (patch)
tree848a60ea54dcaf609e0e1bc290d0e7ec62de74f7 /themes/bartik/css
parentb458fda74b10dc75e61342968f9fa2a29fd00c55 (diff)
downloadbrdo-ff23dc7162e6844294af052c1831fcd942fc0de7.tar.gz
brdo-ff23dc7162e6844294af052c1831fcd942fc0de7.tar.bz2
- Patch #876282 by tim.plunkett, amateescu: small layout glitch on 'Password match' line during installation.
Diffstat (limited to 'themes/bartik/css')
-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 ---------------- */