From 0bdf43b08539d14dd12f4152045eceadbb80428f Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 15 Jun 2021 15:21:51 +0200 Subject: [PATCH] Fix "Enter iTop" button --- css/setup.css | 2 ++ css/setup.scss | 2 ++ setup/wizardsteps.class.inc.php | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/setup.css b/css/setup.css index 570adfbcb..d44164fe3 100644 --- a/css/setup.css +++ b/css/setup.css @@ -17374,6 +17374,8 @@ body { margin-top: 10px; } #ibo_setup_container .ibo-setup--body { + display: flex; + flex-direction: column; background-color: #fff; padding: 20px; border: 3px solid #ccd4db; diff --git a/css/setup.scss b/css/setup.scss index 7b21f4c13..2b2324276 100644 --- a/css/setup.scss +++ b/css/setup.scss @@ -379,6 +379,8 @@ body { } .ibo-setup--body { + display: flex; + flex-direction: column; background-color: #fff; padding: 20px; border: 3px solid $content-border-color; diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php index ca5179940..3294542c2 100644 --- a/setup/wizardsteps.class.inc.php +++ b/setup/wizardsteps.class.inc.php @@ -2615,10 +2615,10 @@ class WizStepDone extends WizardStep "); } - $sForm = '
'; + $sForm = ''; $sForm .= ''; $sForm .= ''; - $sForm .= "

"; + $sForm .= "

"; $sForm .= '
'; $sPHPVersion = phpversion(); $sMySQLVersion = SetupUtils::GetMySQLVersion(