Skip to content

Commit

Permalink
Further cleanup, still works in Edge.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Aug 16, 2023
1 parent ee11fdd commit 3375938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions webapp/public/style_jury.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,11 @@ table.submissions-table {
color: white;
}

#submissionTable td:not(.testcase-results) {
background-color: red;
tbody td:not(.testcase-results) {
padding: 0;
}

#submissionTable td:not(.testcase-results) a {
background-color: yellow;
tbody td:not(.testcase-results) a {
width: 100%;
height: 100%;
padding: 0 4px 0 4px;
Expand All @@ -227,7 +225,7 @@ table.submissions-table {
}

@supports (-webkit-appearance:none) {
#submissionTable td:not(.testcase-results) {
tbody td:not(.testcase-results) {
height: 0;
}
}
2 changes: 1 addition & 1 deletion webapp/templates/jury/partials/submission_list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

</tr>
</thead>
<tbody id="submissionTable">
<tbody>
{%- for submission in submissions %}
{%- if rejudging is defined %}
{%- set link = path('jury_submission', {submitId: submission.submitid, rejudgingid: rejudging.rejudgingid}) %}
Expand Down

0 comments on commit 3375938

Please sign in to comment.