diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-16 01:05:52 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-16 01:05:52 +0000 |
commit | 48ada2514685c827f3ea27e9a1920f2665b33728 (patch) | |
tree | 8609b51e304c9630d2991e9ba8a4598615976513 /modules/system | |
parent | 7fd33ed2d3082f438dd7c1997f0e70dfc4a577f3 (diff) | |
download | brdo-48ada2514685c827f3ea27e9a1920f2665b33728.tar.gz brdo-48ada2514685c827f3ea27e9a1920f2665b33728.tar.bz2 |
#325877 by alpritt: Fixed Password checker breaks if no description.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system-behavior.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system-behavior.css b/modules/system/system-behavior.css index e8ba0fe1a..7850a56b8 100644 --- a/modules/system/system-behavior.css +++ b/modules/system/system-behavior.css @@ -240,7 +240,7 @@ div.password-confirm { display: inline; padding-left: 1em; } -div.password-suggestions { +div.form-item div.password-suggestions { padding: 0.2em 0.5em; margin: 0.7em 0; width: 38.5em; |