diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index ad4334d332..8c1a7f4a53 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -5997,3 +5997,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; +}