From 63a9752093a85f1bc952ca1f61e56f6a9a42dea2 Mon Sep 17 00:00:00 2001 From: mb Date: Thu, 9 Jul 2020 16:46:50 +0200 Subject: [PATCH] modified login with used semantic_ui animated class to fade on hover. --- .../invenio_theme_tugraz/accounts/login.html | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html index 659a929..2ec63c6 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html @@ -18,16 +18,22 @@

{{ _('Log in to account') }}

{%- endblock form_header %} - {%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %} -
- - - {% trans type='TU Graz' %} Log in with {{ type }}{% endtrans %} - -
-

— OR —

- {%- endif %} +
+ + +
+ +
+ Or +
+ {%- endif %} {%- block form_outer %} {%- with form = login_user_form %}