diff --git a/pandora_console/include/styles/events.css b/pandora_console/include/styles/events.css index c3c6f73f5d..88ee563947 100644 --- a/pandora_console/include/styles/events.css +++ b/pandora_console/include/styles/events.css @@ -180,11 +180,6 @@ form.flex-row div.filter_input.filter_input_switch .p-slider { width: 30px; } -form .filter_input_not_search .p-switch { - flex: 0 1 30px; - margin: 0; -} - fieldset { margin: 0 auto; } diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 11a7190791..a6937be623 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -2097,12 +2097,13 @@ $data .= html_print_checkbox_switch( true ); +$data .= ''; $data .= html_print_checkbox_switch( 'regex', @@ -2113,10 +2114,14 @@ $data .= html_print_checkbox_switch( 'checked_slide_events(this);', true ); + +$data .= ''; $data .= '';