diff --git a/resources/css/style.css b/resources/css/style.css index 5bf700c91ffad414120ea1afaf5cd06bc2e89a9b..a4f0a058fe9a5ef00b28ac62b59b913c15a81fc5 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -19,6 +19,9 @@ button, .button { font-weight: bold; border-radius: 10px; } +.callout { + border-radius: 10px; +} button: hover, .button:hover { background: none; color: #214BB5; diff --git a/templates/web/en/create_accounts.tt2.html b/templates/web/en/create_accounts.tt2.html index 33513679927263adbb01dcadd5133f959758c57a..ce1490559fe68de460cadcf6275fb5af370d6f15 100644 --- a/templates/web/en/create_accounts.tt2.html +++ b/templates/web/en/create_accounts.tt2.html @@ -1,5 +1,9 @@ -<div class="callout success"> - <strong>Success:</strong> Your identity as administrator of the Service Provider with entityID <strong>[% entityid %]</strong> could successfully be validated! +<div class="grid-x align-center"> + <div class="cell shrink"> + <div class="callout success"> + <strong>Success:</strong> Your identity as administrator of the Service Provider with entityID <strong>[% entityid %]</strong> could successfully be validated! + </div> + </div> </div> <h3>Test accounts created</h3> @@ -62,8 +66,16 @@ provider.</p> [% END %] </div> -<div class="callout warning"> +<div class="grid-x align-center"> + <div class="cell shrink"> + <div class="callout warning"> <p>Note that these test accounts will automatically expire in [% accounts_validity_period %] days and that they can only be used to test federated login to your eduGAIN-enabled Service Provider with entityID <strong>[% entityid %]</strong>.</p> + </div> + </div> </div> -<p class="text-center"><Strong>Thank you for using the [% app.name %]</strong></p> +<div class="grid-x align-center"> + <div class="cell shrink"> + <strong>Thank you for using the [% app.name %]</strong> + </div> +</div> diff --git a/templates/web/fr/create_accounts.tt2.html b/templates/web/fr/create_accounts.tt2.html index f458e735d1e63e1a28ed79c5c7b307d95f0e3fdf..48d72c7b4f5ba484e80e0fa801d8cb1e89a90126 100644 --- a/templates/web/fr/create_accounts.tt2.html +++ b/templates/web/fr/create_accounts.tt2.html @@ -1,5 +1,9 @@ -<div class="callout success"> - <strong>Succès:</strong> votre identité comme administrateur du service <strong>[% entityid %]</strong> a été validée! +<div class="grid-x align-center"> + <div class="cell shrink"> + <div class="callout success"> + <strong>Succès:</strong> votre identité comme administrateur du service <strong>[% entityid %]</strong> a été validée! + </div> + </div> </div> <h3>Comptes de test créés</h3> @@ -67,8 +71,16 @@ service fédéré. Pour le faire, sélectionnez <strong>[% idp_displayname [% END %] </div> -<div class="callout warning"> +<div class="grid-x align-center"> + <div class="cell shrink"> + <div class="callout warning"> <p>Veuillez noter que ces comptes de test expirent automatiquement dans [% accounts_validity_period %] jours, et qu'ils ne peuvent être utilisés que pour tester l'authentification fédérée sur le service <strong>[% entityid %]</strong>.</p> + </div> + </div> </div> -<p class="text-center"><Strong>Merci d'avoir utilisé eduGain Access Check</strong></p> +<div class="grid-x align-center"> + <div class="cell shrink"> + <strong>Merci d'avoir utilisé eduGain Access Check</strong> + </div> +</div>