Skip to content
Snippets Groups Projects
Commit 7b5cb8e3 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

center callout, and use rounded borders

parent e571869f
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ button, .button { ...@@ -19,6 +19,9 @@ button, .button {
font-weight: bold; font-weight: bold;
border-radius: 10px; border-radius: 10px;
} }
.callout {
border-radius: 10px;
}
button: hover, .button:hover { button: hover, .button:hover {
background: none; background: none;
color: #214BB5; color: #214BB5;
......
<div class="grid-x align-center">
<div class="cell shrink">
<div class="callout success"> <div class="callout success">
<strong>Success:</strong> Your identity as administrator of the Service Provider with entityID <strong>[% entityid %]</strong> could successfully be validated! <strong>Success:</strong> Your identity as administrator of the Service Provider with entityID <strong>[% entityid %]</strong> could successfully be validated!
</div> </div>
</div>
</div>
<h3>Test accounts created</h3> <h3>Test accounts created</h3>
<p>You can now use these test accounts to login at your federated service. To <p>You can now use these test accounts to login at your federated service. To
...@@ -62,8 +66,16 @@ provider.</p> ...@@ -62,8 +66,16 @@ provider.</p>
[% END %] [% END %]
</div> </div>
<div class="grid-x align-center">
<div class="cell shrink">
<div class="callout warning"> <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> <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>
</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>
<div class="grid-x align-center">
<div class="cell shrink">
<div class="callout success"> <div class="callout success">
<strong>Succès:</strong> votre identité comme administrateur du service <strong>[% entityid %]</strong> a été validée! <strong>Succès:</strong> votre identité comme administrateur du service <strong>[% entityid %]</strong> a été validée!
</div> </div>
</div>
</div>
<h3>Comptes de test créés</h3> <h3>Comptes de test créés</h3>
<p>Vous pouvez maintenant utiliser ces comptes pour vous identifier sur votre <p>Vous pouvez maintenant utiliser ces comptes pour vous identifier sur votre
...@@ -67,8 +71,16 @@ service fédéré. Pour le faire, sélectionnez <strong>[% idp_displayname ...@@ -67,8 +71,16 @@ service fédéré. Pour le faire, sélectionnez <strong>[% idp_displayname
[% END %] [% END %]
</div> </div>
<div class="grid-x align-center">
<div class="cell shrink">
<div class="callout warning"> <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> <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>
</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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment