Skip to content
Permalink
3.4-default
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@pcaskey
Latest commit 0621453 Oct 10, 2018 History
1 contributor

Users who have contributed to this file

12 lines (11 sloc) 322 Bytes
/* 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;
}