diff --git a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css index 04c6da8..43a3651 100644 --- a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css +++ b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css @@ -1,5 +1,5 @@ -div#fc-button-wrapper, div#fc-explanation-text { - padding: 20px 0px 20px 0px; +div#fc-registration-user-info, div#fc-button-wrapper, div#fc-explanation-text { + margin: 20px 0px 20px 0px; text-align: center; width: 100%; } @@ -44,6 +44,6 @@ div#fc-button-wrapper.small div#fc-button a.button div img { height: 50px; } -span.certified { - font-weight: bold; +span.fc-user-email { + display: block; } diff --git a/src/authentic2_auth_fc/templates/authentic2_auth_fc/login_registration.html b/src/authentic2_auth_fc/templates/authentic2_auth_fc/login_registration.html index d1abdfe..1561508 100644 --- a/src/authentic2_auth_fc/templates/authentic2_auth_fc/login_registration.html +++ b/src/authentic2_auth_fc/templates/authentic2_auth_fc/login_registration.html @@ -2,24 +2,21 @@ {% load i18n %} + +
+

{% trans "Create your account with FranceConnect" %}

+

+ {{ fc_user_info.given_name }} {{ fc_user_info.family_name }} + {% if fc_user_info.email %}{{ fc_user_info.email }}{% endif %} +

+
+
- {% trans "Create your account with FranceConnect" %} -
-
- - {{ fc_user_info.given_name }} {{ fc_user_info.family_name }} - {% if fc_user_info.email %} -
- {{ fc_user_info.email }} - {% endif %} -
-
-