From a05bedaf584c69256e88c9666ce01248d38cd795 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 21 Oct 2023 16:20:38 +0000 Subject: [PATCH] fireinfo/admin: restyled the page --- src/templates/fireinfo/admin.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/templates/fireinfo/admin.html b/src/templates/fireinfo/admin.html index 00a54425..d30811a1 100644 --- a/src/templates/fireinfo/admin.html +++ b/src/templates/fireinfo/admin.html @@ -3,17 +3,21 @@ {% block title %}{{ _("Admin") }}{% end block %} {% block container %} -
+
-
-
-

{{ "{:,d}".format(total) }}

-

{{ _("Total amount of profiles") }}

+
+
+
+

{{ "{:,d}".format(total) }}

+

{{ _("Total amount of profiles") }}

+
-
-

{{ "%.2f%%" % (with_data * 100 / total) }}

-

{{ _("Reporting back to us") }}

+
+
+

{{ "%.2f%%" % (with_data * 100 / total) }}

+

{{ _("Reporting back to us") }}

+
-- 2.47.3