From 0c2cabd90d528cbd524b8c55bf60732c8fb79fb7 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:09:01 +0200 Subject: [PATCH] Cleanup to make the review easier. --- webapp/public/style_jury.css | 48 ------------------------------------ 1 file changed, 48 deletions(-) diff --git a/webapp/public/style_jury.css b/webapp/public/style_jury.css index 85dfdc5ffaf..9fd50cf5748 100644 --- a/webapp/public/style_jury.css +++ b/webapp/public/style_jury.css @@ -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; @@ -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) */ - } }