From a2483ff6a8277815827842cda8ec63b3c568bcf2 Mon Sep 17 00:00:00 2001 From: Lars Karlslund Date: Tue, 30 Nov 2021 21:03:59 +0100 Subject: [PATCH] Minor fix for datapath --- modules/analyze/html/adalanche.css | 13 +++++++++---- modules/analyze/html/index.html | 2 +- modules/integrations/activedirectory/collect/cli.go | 7 +++++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/modules/analyze/html/adalanche.css b/modules/analyze/html/adalanche.css index 342f8cc..cc8ef97 100644 --- a/modules/analyze/html/adalanche.css +++ b/modules/analyze/html/adalanche.css @@ -82,10 +82,15 @@ body { transform: translate(-50%, 0%); } -#explore { +#commandbuttons { position: absolute; left: 10px; bottom: 10px; + white-space: nowrap; +} + +#commandbuttons .btn { + margin-right: 5px; } .checkbox-button input[type='checkbox'], @@ -93,7 +98,7 @@ body { display: none; } -.checkbox-button input[type='checkbox']:checked + label.btn, -.checkbox-button input[type='radio']:checked + label.btn { +.checkbox-button input[type='checkbox']:checked+label.btn, +.checkbox-button input[type='radio']:checked+label.btn { background-color: var(--primary-color); -} +} \ No newline at end of file diff --git a/modules/analyze/html/index.html b/modules/analyze/html/index.html index 2bbc23c..9da22d9 100644 --- a/modules/analyze/html/index.html +++ b/modules/analyze/html/index.html @@ -52,7 +52,7 @@
- +