From: Marcin Haba Date: Thu, 25 Jun 2020 17:10:11 +0000 (+0200) Subject: baculum: Tweak improve table footer style X-Git-Tag: Release-9.6.6~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07be93860a8e1631ed80be0f3be840e4afc83b68;p=thirdparty%2Fbacula.git baculum: Tweak improve table footer style --- diff --git a/gui/baculum/themes/Baculum-v2/css/baculum.css b/gui/baculum/themes/Baculum-v2/css/baculum.css index 98a7e47a4..366f3c793 100644 --- a/gui/baculum/themes/Baculum-v2/css/baculum.css +++ b/gui/baculum/themes/Baculum-v2/css/baculum.css @@ -91,6 +91,10 @@ table.dataTable tbody th, table.dataTable tbody td { padding: 8px 7px; } +table.dataTable tfoot th:nth-of-type(2), table.dataTable tfoot td:nth-of-type(2) { + padding: 10px 0 6px 6px !important; +} + table.dataTable tfoot th, table.dataTable tfoot td { padding: 10px 0 6px 0 !important; }