diff --git a/webapp/public/style_jury.css b/webapp/public/style_jury.css index d05a69a3b6..e72514b19e 100644 --- a/webapp/public/style_jury.css +++ b/webapp/public/style_jury.css @@ -253,11 +253,17 @@ table.submissions-table { #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: white; + background-color: yellow; + display: table; + width: 100%; + height: 100%; } #submissionTable td * {