diff --git a/authens/static/authens/css/authens.css b/authens/static/authens/css/authens.css index bfa6bfc..b2c1d14 100644 --- a/authens/static/authens/css/authens.css +++ b/authens/static/authens/css/authens.css @@ -47,7 +47,7 @@ html, body { } .exte { - background: #749F2A; + background: #598507; color: white; } @@ -115,7 +115,7 @@ html, body { } .auth_form th { - padding: 5px 0; + padding: 10px 0; vertical-align: text-top; text-align: right; } @@ -130,7 +130,7 @@ input { font-size: 1em; } -input[type="text"], input[type="password"] { +input[type="text"], input[type="password"], input[type="email"] { border: 0; padding: 5px; width: 100%; @@ -167,4 +167,9 @@ select { .forgot-pwd { width:100%; padding: 0.5em 0px 1em; + font-size: 1.2em; +} + +.forgot-pwd > a { + color: white; } diff --git a/authens/templates/authens/pwd_reset.html b/authens/templates/authens/pwd_reset.html index 393611c..ebb521e 100644 --- a/authens/templates/authens/pwd_reset.html +++ b/authens/templates/authens/pwd_reset.html @@ -7,6 +7,6 @@ {% block content %}