Implement sessions for packets

This commit is contained in:
Ross
2020-06-14 10:01:27 +01:00
parent e81b291db5
commit 8f23649692
3 changed files with 261 additions and 53 deletions
+26
View File
@@ -932,6 +932,23 @@ display: block
transform: translate(-50%, -50%);
}
#pause-text {
position: fixed;
/* left: 50%; */
width: 100%;
text-align: center;
top: 20%;
font-size: xxx-large;
transform: translate(0%, 20%);
}
#pause-time-remaining {
width: auto;
font-size: large;
/* position: fixed; */
text-align: center;
}
.packet-database-options {
float: right;
font-size: xx-small;
@@ -957,4 +974,13 @@ display: block
#review-answer-table tr:hover {
/* border: 3px solid #4527A0; */
background-color: #4527A0;
}
.session-started {
border-color: purple;
border-style: dashed;
}
.session-completed {
border-color: purple;
}