Reduced the distance between the toggle and the content

This commit is contained in:
Alejandro Gallardo Escobar 2015-02-04 12:42:40 +01:00
parent 38fa5ac67a
commit c1ea771de0
1 changed files with 1 additions and 1 deletions

View File

@ -2093,7 +2093,7 @@ function ui_toggle($code, $name, $title = '', $hidden_default = true, $return =
// Link to toggle
$output = '';
$output .= '<a href="javascript:" id="tgl_ctrl_'.$uniqid.'">' . html_print_image ($original, true, array ("title" => $title, "id" => "image_".$uniqid)) . '&nbsp;&nbsp;<b>'.$name.'</b></a>';
$output .= '<br /><br />';
$output .= '<br />';
// Code into a div
$output .= "<div id='tgl_div_".$uniqid."' style='".$style."'>\n";