From 855fa7e1e28389a8f67adc14a54c4c3b4c60dcd7 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 28 Apr 2024 02:41:45 -0500 Subject: [PATCH] Fix centering for "Show Totals" grid tool --- tailbone/templates/master/index.mako | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/tailbone/templates/master/index.mako b/tailbone/templates/master/index.mako index 2ad9a21b..bf7e6455 100644 --- a/tailbone/templates/master/index.mako +++ b/tailbone/templates/master/index.mako @@ -30,14 +30,16 @@ ## grid totals % if master.supports_grid_totals: - - {{ gridTotalsFetching ? "Working, please wait..." : "Show Totals" }} - -
- Totals: {{ gridTotalsDisplay }} +
+ + {{ gridTotalsFetching ? "Working, please wait..." : "Show Totals" }} + +
+ Totals: {{ gridTotalsDisplay }} +
% endif