#10065 fixed checkbox switch style

This commit is contained in:
Jorge Rincon 2023-09-04 10:03:53 +02:00
parent 797b24af86
commit ba1a3da03a
2 changed files with 2 additions and 2 deletions

View File

@ -5050,7 +5050,7 @@ div#dialog_messages table th:last-child {
position: absolute;
cursor: pointer;
top: 5px;
left: 0;
left: 5px;
right: 0;
bottom: 0;
background-color: #ccc;

View File

@ -1915,7 +1915,7 @@ $data = html_print_checkbox_switch(
$in_group = '<div class="display-initial">';
$in_group .= $data;
$in_group .= '<label class="vert-align-bottom pdd_r_20px">';
$in_group .= '<label class="vert-align-bottom pdd_r_15px">';
$in_group .= __('Group recursion');
$in_group .= ui_print_help_tip(
__('WARNING: This could cause a performace impact.'),