From 34374159debe3bfd9a78548ebc33a6c90186c018 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 3 Dec 2020 18:00:20 +0100 Subject: [PATCH] gcp reviewed --- pandora_console/include/functions_html.php | 2 +- pandora_console/include/styles/pandora.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 2c1c08ab71..d3996bc7f8 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -1772,7 +1772,7 @@ function html_print_extended_select_for_time( ob_start(); // Use the no_meta parameter because this image is only in the base console. - echo '
'; + echo '
'; html_print_select( $fields, $uniq_name.'_select', diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index bc743e9c77..9fe2db39c3 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -619,6 +619,13 @@ select:-internal-list-box { align-items: flex-end; } +.flex-row-start { + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: flex-start; +} + .flex-space-around { justify-content: space-around; }