Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnew-gh <github@hazelden.ca>2021-03-31 21:14:12 +0300
committerjnew-gh <github@hazelden.ca>2021-03-31 21:14:12 +0300
commit25e554368fbeccb99c57b0f265435c835c84d46d (patch)
treec60d7cb26c187ce8afb2b7510f63b86b581843f9 /dmarcts-report-viewer-report-data.php
parent3cb84e8afe7f6c3ce1a04c8951131e6fee888a83 (diff)
Update default.css to make it easier to theme
Add colours to var() variables so that theming css is easier. Add license header to default.css. Update ~report-data.php to accommodate.
Diffstat (limited to 'dmarcts-report-viewer-report-data.php')
-rw-r--r--dmarcts-report-viewer-report-data.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmarcts-report-viewer-report-data.php b/dmarcts-report-viewer-report-data.php
index 8512098..f4a52ef 100644
--- a/dmarcts-report-viewer-report-data.php
+++ b/dmarcts-report-viewer-report-data.php
@@ -130,7 +130,7 @@ function tmpl_reportData($reportnumber, $reports, $host_lookup = 1) {
$reportsum += $row['rcount'];
}
$reportdata[] = " </tbody>";
- $reportdata[] = "<tr><td></td><td class='right'>Sum:</td><td>$reportsum</td><td></td><td></td><td></td><td></td><td></td><td></td></tr>";
+ $reportdata[] = "<tr><td></td><td class='right sum'>Sum:</td><td class='sum'>$reportsum</td><td></td><td></td><td></td><td></td><td></td><td></td></tr>";
$reportdata[] = "</table>";
$reportdata[] = "</div>";