From 18502ce731f0fecbbb642b2c4469f4a48aa6a290 Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 16 Jul 2024 00:24:53 +0200 Subject: [PATCH] improved button psitioning. see #65 --- customprompts/mzta-custom-prompts.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customprompts/mzta-custom-prompts.css b/customprompts/mzta-custom-prompts.css index 5050f446..c65acfad 100644 --- a/customprompts/mzta-custom-prompts.css +++ b/customprompts/mzta-custom-prompts.css @@ -175,4 +175,9 @@ table .sort.desc { position: absolute; right:10px; top:10px; + text-align: right; +} + +#btnExportAll{ + margin-bottom: 3px; } \ No newline at end of file