add pending enrollment identifier

This commit is contained in:
Gary Sharp
2024-01-24 16:38:50 +11:00
parent 37e2e5a08c
commit f90eda4101
9 changed files with 186 additions and 124 deletions
+6 -1
View File
@@ -480,7 +480,7 @@ div.logEventsViewport {
font-size: .8em;
}
i {
span.pending {
float: right;
color: @ThemeAmber;
}
@@ -554,6 +554,11 @@ div.logEventsViewport {
margin-bottom: 3px;
}
& code {
font-size: 2em;
color: @ThemeRed;
}
& div.reason {
margin-bottom: 3px;
}