diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index ff02de3639..fb55ed5593 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -3474,7 +3474,8 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $ $classes = ''; $fixedId = ''; $iconStyle = ''; - $spanStyle = 'margin-top: 4px;'; + // $spanStyle = 'margin-top: 4px;'; + $spanStyle = ''; if (empty($name) === true) { $name = 'unnamed'; }