From ea58df568f32f780f4e60f9fd7882e39f8f7c557 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 30 Apr 2018 17:58:25 +0200 Subject: [PATCH] table footer line e.g. for sums --- skin/admintemplate.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skin/admintemplate.css b/skin/admintemplate.css index 88719b74c..5df64ce30 100644 --- a/skin/admintemplate.css +++ b/skin/admintemplate.css @@ -50,4 +50,10 @@ position: absolute; top: 2px; font-size: 1.3em; +} + +/*table footer line (e.g. for sums)*/ +.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th +{ + border-top-width: 2px; } \ No newline at end of file