confirmation accepts deletion of revoked registrations
This commit is contained in:
@ -121,19 +121,20 @@ div {
|
||||
!important;
|
||||
}
|
||||
|
||||
.acc_true {
|
||||
background-image: linear-gradient(to bottom right, #cfc, #afa)
|
||||
!important;
|
||||
.acc_approved {
|
||||
background: #aaffaa !important;
|
||||
}
|
||||
|
||||
.acc_false {
|
||||
background-image: linear-gradient(to bottom right, #fcc, #faa)
|
||||
!important;
|
||||
.acc_rejected {
|
||||
background: #ffaaaa !important;
|
||||
}
|
||||
|
||||
.acc_null {
|
||||
background-image: linear-gradient(to bottom right, #fdb, #fca)
|
||||
!important;
|
||||
.acc_revoked {
|
||||
background: rgb(220, 138, 221) !important;
|
||||
}
|
||||
|
||||
.acc_requested {
|
||||
background: rgb(255, 190, 111) !important;
|
||||
}
|
||||
|
||||
.right-dist {
|
||||
@ -303,6 +304,17 @@ div {
|
||||
margin: 0px 2px 0px 2px;
|
||||
}
|
||||
|
||||
.badgeerror {
|
||||
border-radius: 8px;
|
||||
border: 1px solid black;
|
||||
color: white;
|
||||
font-weight: bolder;
|
||||
background-image: linear-gradient(to right bottom, rgb(246, 97, 81),
|
||||
rgb(165, 29, 45));
|
||||
padding: 2px 4px 2px 4px;
|
||||
margin: 0px 2px 0px 2px;
|
||||
}
|
||||
|
||||
.dist8 {
|
||||
margin: 8px;
|
||||
}
|
||||
@ -333,19 +345,19 @@ div {
|
||||
}
|
||||
|
||||
.framed-green {
|
||||
background: linear-gradient(to bottom right, lime, darkgreen);
|
||||
background: linear-gradient(to bottom right, darkgreen, lime);
|
||||
color: white;
|
||||
border: 1px solid green;
|
||||
}
|
||||
|
||||
.framed-red {
|
||||
background: linear-gradient(to bottom right, red, darkred);
|
||||
background: linear-gradient(to bottom right, darkred, red);
|
||||
color: white;
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
.framed-orange {
|
||||
background: linear-gradient(to bottom right, orange, #bf6c06);
|
||||
background: linear-gradient(to bottom right, #bf6c06, orange);
|
||||
color: white;
|
||||
border: 1px solid orange;
|
||||
}
|
||||
@ -357,9 +369,9 @@ div {
|
||||
}
|
||||
|
||||
.framed-pink {
|
||||
background: linear-gradient(to bottom right, #9141ac, #613583);
|
||||
color: #9141ac;
|
||||
border: 1px solid #613583;
|
||||
background: linear-gradient(to bottom right, #3b115b, #d18be8);
|
||||
color: #f8effb;
|
||||
border: 1px solid #4a0084;
|
||||
}
|
||||
|
||||
.nomaxwidth {
|
||||
|
Reference in New Issue
Block a user