diff options
author | Johan Lundberg <lundberg@nordu.net> | 2011-01-26 13:43:37 +0100 |
---|---|---|
committer | Johan Lundberg <lundberg@nordu.net> | 2011-01-26 13:43:37 +0100 |
commit | d8b4329d8f323d174662f4983f781e43b6c60593 (patch) | |
tree | 0cca23cd3d3aed94bd00af67af96ca5cb6e315ec /media/css | |
parent | 0d9f0270b46146b9701a21dfc344ff91d0dba603 (diff) |
Added password strenght indicator js and css.
Diffstat (limited to 'media/css')
-rw-r--r-- | media/css/change_password.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/media/css/change_password.css b/media/css/change_password.css new file mode 100644 index 0000000..7c5a053 --- /dev/null +++ b/media/css/change_password.css @@ -0,0 +1,8 @@ +/* Password change styles */ +ul.errorlist { +font-weight:bold; +list-style:none; +} +th.formlabel { +text-align:right; +} |