From: Marcin Haba Date: Mon, 1 Nov 2021 11:50:07 +0000 (+0100) Subject: baculum: Tweak fix table footer text style X-Git-Tag: Release-11.3.2~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d8b5c5684121e6816dee6ae8eeb0ba4b5756db;p=thirdparty%2Fbacula.git baculum: Tweak fix table footer text style --- diff --git a/gui/baculum/themes/Baculum-v2/css/baculum.css b/gui/baculum/themes/Baculum-v2/css/baculum.css index d802ac1e2..59dac1f27 100644 --- a/gui/baculum/themes/Baculum-v2/css/baculum.css +++ b/gui/baculum/themes/Baculum-v2/css/baculum.css @@ -129,6 +129,10 @@ table.dataTable thead .sorting_desc_disabled { background-color: white; } +.dataTables_info span.select-info { + margin-left: 10px; +} + table.selectable tr { cursor: pointer; }