From aa22026b45f3ba93be10decb10d235062eac4e56 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 25 May 2023 10:17:59 +0200 Subject: [PATCH] #11271 fix style azure configuration --- pandora_console/include/styles/pandora.css | 8 ++++++++ pandora_console/include/styles/tables.css | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index ef19fbdb13..69eaaf899b 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -12223,3 +12223,11 @@ div.parent_graph > p.legend_background > table > tbody > tr { .toggle-traffic-graph { margin: 0px !important; } + +form.max_floating_element_size > ul#ul_tree_azure { + background-color: #fff; + border-spacing: 0px; + border-radius: 6px; + margin-bottom: 20px; + border: 1px solid #e2e2e2; +} diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index 517c990263..562ffc3c80 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -545,7 +545,8 @@ table.filter-table-adv td { } div.filter-table-adv-manual > div, -table.filter-table-adv td > div { +table.filter-table-adv td > div, +table.filter-table-adv td > div.ec2_instance_metrics > div { display: flex; flex-direction: column; justify-content: center;