diff --git a/pandora_console/godmode/setup/welcome_tips.php b/pandora_console/godmode/setup/welcome_tips.php index 144a1a88cb..de8fe29887 100644 --- a/pandora_console/godmode/setup/welcome_tips.php +++ b/pandora_console/godmode/setup/welcome_tips.php @@ -149,7 +149,7 @@ if ($action === 'delete') { if (count($errors) === 0) { $response = $tipsWindow->deleteTip($idTip); - hd($response, true); + if ($response === 0) { $errors[] = __('Error in delete tip'); } diff --git a/pandora_console/include/styles/tips_window.css b/pandora_console/include/styles/tips_window.css index 36b21e9bb2..f4b8fa038f 100644 --- a/pandora_console/include/styles/tips_window.css +++ b/pandora_console/include/styles/tips_window.css @@ -40,6 +40,7 @@ overflow: hidden; position: relative; width: 100%; + height: 264px; max-width: 464px; text-align: center; margin: 0 auto; @@ -73,6 +74,7 @@ position: relative; width: 100%; font-size: 0px; + height: 100%; } .carousel .images img { width: 100%;