]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak improve table footer style
authorMarcin Haba <marcin.haba@bacula.pl>
Thu, 25 Jun 2020 17:10:11 +0000 (19:10 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Thu, 25 Jun 2020 17:10:11 +0000 (19:10 +0200)
gui/baculum/themes/Baculum-v2/css/baculum.css

index 98a7e47a4ed7f5bcc4547e826bdbbad9603fce15..366f3c793ae7cae256a9bb080097d642bc753743 100644 (file)
@@ -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;
 }