Project

General

Profile

1
/* Success/Failure indicators for logout propagation. */
2

    
3
.success {
4
    background: url(../images/success-32x32.png) no-repeat left center;
5
    line-height: 36px;
6
    padding-left: 36px;
7
}
8
.failure {
9
    background: url(../images/failure-32x32.png) no-repeat left center;
10
    line-height: 36px;
11
    padding-left: 36px;
12
}
(4-4/6)