From a184b50eb24b782bc68723f43637d709694efd1c Mon Sep 17 00:00:00 2001 From: Luis Calvo Date: Thu, 5 Dec 2019 18:55:15 +0100 Subject: [PATCH] Added margin to date selector elements in reporting viewer --- pandora_console/include/styles/pandora.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 6d4deea60d..5087c1cb16 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -6002,3 +6002,13 @@ form#modal_form_feedback ul.wizard li > textarea { .pandora_green_bg { background-color: #82b92e; } + +/* + * --------------------------------------------------------------------- + * - REPORTING VIEWER + * --------------------------------------------------------------------- + */ + +#controls_table > tbody > tr > td input { + margin-left: 3px; +}