Ioannis Kakavas b8733eab00 Replace Vagrant with Docker for idp-fixture ()
The change replaces the Vagrant box based fixture with a fixture
based on docker compose and 2 docker images, one for an openldap
server and one for a Shibboleth SAML Identity Provider.

The configuration of both openldap and shibboleth is identical to
the previous one, in order to minimize required changes in the
tests
2019-03-13 08:30:03 +02:00

13 lines
322 B
CSS

/* Success/Failure indicators for logout propagation. */
.success {
background: url(../images/success-32x32.png) no-repeat left center;
line-height: 36px;
padding-left: 36px;
}
.failure {
background: url(../images/failure-32x32.png) no-repeat left center;
line-height: 36px;
padding-left: 36px;
}