Skip to content

Commit

Permalink
Cleanup to make the review easier.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jul 31, 2023
1 parent c51ee36 commit 8dc29b3
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions webapp/public/style_jury.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,36 +198,7 @@ table.submissions-table {
color: white;
}

/* Basic coloring to show the clickable areas */
#submissionTable {
background-color: lime;
}

#submissionTable tr {
background-color: red;
}

#submissionTable td {
background-color: blue;
}

#submissionTable td a {
background-color: yellow;
}

#submissionTable td * {
background-color: grey;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#submissionTable {
/* Setup basic structure to make diffs easy (Chrome) */
}

#submissionTable tr {
/* Setup basic structure to make diffs easy (Chrome) */
}

#submissionTable td {
/* Setup basic structure to make diffs easy (Chrome) */
height: 0;
Expand All @@ -236,40 +207,21 @@ table.submissions-table {

#submissionTable td a {
/* Setup basic structure to make diffs easy (Chrome) */
background-color: black;
height: 100%;
}

#submissionTable td * {
/* Setup basic structure to make diffs easy (Chrome) */
}
}

@-moz-document url-prefix() {
#submissionTable {
/* Setup basic structure to make diffs easy (FF) */
}

#submissionTable tr {
/* Setup basic structure to make diffs easy (FF) */
}

#submissionTable td {
/* Setup basic structure to make diffs easy (FF) */
border: 1px solid red;
height: 100%;
padding: 0;
}

#submissionTable td a {
/* Setup basic structure to make diffs easy (FF) */
background-color: yellow;
display: table;
width: 100%;
height: 100%;
}

#submissionTable td * {
/* Setup basic structure to make diffs easy (FF) */
}
}

0 comments on commit 8dc29b3

Please sign in to comment.