From c4d4f55d06083eccd70298d6810c59b6c62d462a Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Wed, 28 Feb 2024 18:22:35 +0100 Subject: [PATCH] use tabulator5 simple theme to get smaller tables --- public/css/Tabulator5.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/css/Tabulator5.css b/public/css/Tabulator5.css index 48124335f..b755f0d76 100644 --- a/public/css/Tabulator5.css +++ b/public/css/Tabulator5.css @@ -1,4 +1,4 @@ -@import '../../vendor/olifolkerd/tabulator5/dist/css/tabulator_bootstrap5.min.css'; +@import '../../vendor/olifolkerd/tabulator5/dist/css/tabulator_simple.min.css'; /* Apply borders and background to Cell instead of the Row * otherwise frozen columns won't look good (columns behind @@ -38,3 +38,9 @@ .tabulator .tabulator-col-resize-handle:last-of-type { z-index: 999999; } + +.tabulator-cell .btn { + padding: 0 .5rem; + max-height: 22px; + min-width: 30px; +}