.
This commit is contained in:
@@ -350,6 +350,10 @@ img.uploading {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cid-score-table {
|
||||||
|
max-width: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
.user-answer-score-0 {
|
.user-answer-score-0 {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
@@ -363,11 +367,11 @@ img.uploading {
|
|||||||
color: lightblue;
|
color: lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-answer-score-1 {
|
.rapid-ans .user-answer-score-1 {
|
||||||
color: lightblue;
|
color: lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-answer-score-0\.5 {
|
.rapid-ans .user-answer-score-0\.5 {
|
||||||
/* color: green; */
|
/* color: green; */
|
||||||
color: yellow;
|
color: yellow;
|
||||||
}
|
}
|
||||||
@@ -388,6 +392,14 @@ td.user-answer-score-2::after {
|
|||||||
content: "✓✓";
|
content: "✓✓";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.user-answer-score-0\.5.rapid-ans::after {
|
||||||
|
content: "✓";
|
||||||
|
}
|
||||||
|
|
||||||
|
td.user-answer-score-1:.rapid-ans:after {
|
||||||
|
content: "✓✓";
|
||||||
|
}
|
||||||
|
|
||||||
.user-answer-score pre {
|
.user-answer-score pre {
|
||||||
display: inline;
|
display: inline;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<table class="table table-dark table-striped table-hover table-sm">
|
<table class="table table-dark table-striped table-hover table-sm cid-score-table">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Candidate ID</th>
|
<th>Candidate ID</th>
|
||||||
<th>Score</th>
|
<th>Score</th>
|
||||||
|
|||||||
+14
-2
@@ -350,6 +350,10 @@ img.uploading {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cid-score-table {
|
||||||
|
max-width: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
.user-answer-score-0 {
|
.user-answer-score-0 {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
@@ -363,11 +367,11 @@ img.uploading {
|
|||||||
color: lightblue;
|
color: lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-answer-score-1 {
|
.rapid-ans .user-answer-score-1 {
|
||||||
color: lightblue;
|
color: lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-answer-score-0\.5 {
|
.rapid-ans .user-answer-score-0\.5 {
|
||||||
/* color: green; */
|
/* color: green; */
|
||||||
color: yellow;
|
color: yellow;
|
||||||
}
|
}
|
||||||
@@ -388,6 +392,14 @@ td.user-answer-score-2::after {
|
|||||||
content: "✓✓";
|
content: "✓✓";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.user-answer-score-0\.5.rapid-ans::after {
|
||||||
|
content: "✓";
|
||||||
|
}
|
||||||
|
|
||||||
|
td.user-answer-score-1:.rapid-ans:after {
|
||||||
|
content: "✓✓";
|
||||||
|
}
|
||||||
|
|
||||||
.user-answer-score pre {
|
.user-answer-score pre {
|
||||||
display: inline;
|
display: inline;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user