mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#10065 fixed checkbox switch style
This commit is contained in:
parent
797b24af86
commit
ba1a3da03a
@ -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;
|
||||
|
@ -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.'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user