From 95585ef7d4a634edf54903a8806d5fb5d6592607 Mon Sep 17 00:00:00 2001 From: "Kexin (Clare) Chen" <108605930+kexincchen@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:01:20 +1000 Subject: [PATCH] rollback --- .../myCSSAhub/password_reset_confirm.html | 128 ------------------ 1 file changed, 128 deletions(-) diff --git a/src/myCSSAhub/templates/myCSSAhub/password_reset_confirm.html b/src/myCSSAhub/templates/myCSSAhub/password_reset_confirm.html index 97a29b97..d20c462e 100644 --- a/src/myCSSAhub/templates/myCSSAhub/password_reset_confirm.html +++ b/src/myCSSAhub/templates/myCSSAhub/password_reset_confirm.html @@ -17,54 +17,6 @@ background-color: rgba(255, 255, 255, 0.4); background-blend-mode: lighten; } - - #pswd_info { - position: absolute; - bottom: -180px; - left: 18%; - width: 220px; - padding: 15px; - background: #fefefe; - font-size: .875em; - border-radius: 5px; - box-shadow: 0 1px 3px #ccc; - border: 1px solid #ddd; - z-index: 1; - display: none; -} - -#pswd_info h4 { - margin: 0 0 10px 0; - padding: 0; - font-weight: normal; - font-size: 12px; -} - -#pswd_info::before { - content: "\25B2"; - position: absolute; - top: -12px; - left: 45%; - font-size: 14px; - line-height: 14px; - color: #ddd; - text-shadow: none; - display: block; -} - -.invalid { - background:url("{% static 'myCSSAhub/img/icon-invalid.png' %}") no-repeat 0 50%; - padding-left: 22px; - line-height: 24px; - color: #ec3f41; -} - -.valid { - background:url("{% static 'myCSSAhub/img/icon-valid.png' %}") no-repeat 0 50%; - padding-left: 22px; - line-height: 24px; - color: #3a7d34; -} {% for message in messages %} @@ -111,23 +63,6 @@