diff --git a/images/select_idp_csusb.png b/images/select_idp_csusb.png new file mode 100644 index 0000000000000000000000000000000000000000..3679e33a0015cfe2a84f9dcc0abd820a8bd400d3 Binary files /dev/null and b/images/select_idp_csusb.png differ diff --git a/images/select_idp_orcid.png b/images/select_idp_orcid.png new file mode 100644 index 0000000000000000000000000000000000000000..9f5b783709abc8a9da3b748f7170afa260c98af3 Binary files /dev/null and b/images/select_idp_orcid.png differ diff --git a/login.html b/login.html index 99d35db8083250ad9b3af15601ba4061079cd237..52b39164d74ff3f3019bee785acda7f3fb92d72f 100644 --- a/login.html +++ b/login.html @@ -20,10 +20,11 @@ {% block stylesheet %} {{ super() }} +{% endblock %} + <style> -#login-main { - margin-top: 5%; - height: 100%; -} -</style> -{% endblock %} \ No newline at end of file + #login-main { + margin-top: 5%; + height: 100%; + } +</style> \ No newline at end of file