diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-05-14 13:16:23 -0400 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-05-14 13:16:23 -0400 |
commit | ff23dc7162e6844294af052c1831fcd942fc0de7 (patch) | |
tree | 848a60ea54dcaf609e0e1bc290d0e7ec62de74f7 /themes | |
parent | b458fda74b10dc75e61342968f9fa2a29fd00c55 (diff) | |
download | brdo-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')
-rw-r--r-- | themes/bartik/css/style.css | 19 |
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 ---------------- */ |