From 70b3527947022bfebe1834fc3d0d8587245ad6bd Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Mon, 25 Aug 2014 21:43:17 +0100 Subject: [PATCH] Split summary table into 3. --- resources/report/css/style.css | 7 ++++++- resources/report/report.html | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index f2deb28d..8aa37f94 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -254,6 +254,11 @@ section h1 { #summary > table { border-collapse:separate; border-spacing:0; + display: inline-block; + vertical-align: top; +} +#summary > table:not(:last-child) { + margin-right: 4em; } #summary td { padding:0.5em; @@ -261,7 +266,7 @@ section h1 { text-align:right; padding-left:3em; } -#summary table td:first-child { +#summary > table td:first-child { text-align:left; padding-left:0; } diff --git a/resources/report/report.html b/resources/report/report.html index 98c7b3cd..79a7f7c0 100644 --- a/resources/report/report.html +++ b/resources/report/report.html @@ -484,9 +484,15 @@ Masterlist RevisionN/A Masterlist DateN/A + + +
Warnings0
Errors0
Total Messages0 +
+ +
Active Plugins0
Dirty Plugins0
Total Plugins0