From 64edd1e8659406d638ec44bf6bc2e69ff7e31ef0 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 19 Sep 2017 11:48:11 -0400 Subject: Bug 1400949 - Password requirements not stated --- skins/standard/admin.css | 65 ------------------------------------------------ 1 file changed, 65 deletions(-) (limited to 'skins/standard') 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; -} -- cgit v1.2.3-24-g4f1b