diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-09-19 17:48:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 17:48:11 +0200 |
commit | 64edd1e8659406d638ec44bf6bc2e69ff7e31ef0 (patch) | |
tree | e11680ca012ae863235c9ea3c74a19684b7be7a6 /skins/standard | |
parent | 5abefb689bc17dc26e747164f9251926faade358 (diff) | |
download | bugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.gz bugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.xz |
Bug 1400949 - Password requirements not stated
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/admin.css | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/skins/standard/admin.css b/skins/standard/admin.css index 96bc4347c..fd0ff2808 100644 --- a/skins/standard/admin.css +++ b/skins/standard/admin.css @@ -337,68 +337,3 @@ input[disabled] { .flex-right { flex: 2; } - -.meter { - width: 25px; - height: 1em; - display: inline-block; -} - -.meter-bad { - background-color: #DD514C; - background-image: linear-gradient(to bottom, #EE5F5B, #C43C35); - background-repeat: repeat-x; -} - -.meter-ok { - background-color: #FAA732; - background-image: linear-gradient(to bottom, #FBB450, #F89406); - background-repeat: repeat-x; -} - -.meter-good { - background-color: #5EB95E; - background-image: linear-gradient(to bottom, #62C462, #57A957); - background-repeat: repeat-x; -} - -.password-bad { - color: #DD514C; -} - -.password-ok { - color: #FAA732; -} - -.password-good { - color: #5EB95E; -} - -#password-features { - display: none; -} - -#password-features li.feature-ok:before { - font-size: normal; - content: "\2611"; - margin-left: -13px; - margin-right: 2px; -} - -#password-features li.feature-ok { - color: #5EB95E; -} - -#password-features li:before { - font-size: normal; - content: "\2610"; - margin-left: -13px; - margin-right: 2px; -} - -#password-features ul { - padding-left: 20px; - text-indent: 2px; - list-style: none; - list-style-position: outside; -} |