mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 20:08:56 +00:00
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
13 lines
322 B
CSS
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;
|
|
}
|