From f2724e746cbae424766cf37e3973249705b6f286 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Mon, 3 Jul 2017 16:23:10 -0400 Subject: [PATCH] 2778 contents of thumbnail cells now allign with top of cell --- Core/src/org/sleuthkit/autopsy/report/ReportHTML.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java index d7a4ee18bf..539930ac3d 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java +++ b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java @@ -843,7 +843,7 @@ class ReportHTML implements TableReportModule { + //NON-NLS "table .right_align_cell{display: table-cell; padding: 2px 4px; font: 13px/20px Arial, Helvetica, sans-serif; min-width: 125px; overflow: auto; text-align: right; }\n" + //NON-NLS - "table td {white-space:nowrap; display: table-cell; padding: 2px 3px; font: 13px/20px Arial, Helvetica, sans-serif; min-width: 125px; overflow: auto; text-align:left; }\n" + "table td {white-space:nowrap; display: table-cell; padding: 2px 3px; font: 13px/20px Arial, Helvetica, sans-serif; min-width: 125px; overflow: auto; text-align:left; vertical-align: text-top;}\n" + //NON-NLS "table tr:nth-child(even) td {background: #f3f3f3;}\n" + //NON-NLS