diff --git a/dev/build/makepack-dolibarr.pl b/dev/build/makepack-dolibarr.pl index df8c6377c87..feb6f104f15 100755 --- a/dev/build/makepack-dolibarr.pl +++ b/dev/build/makepack-dolibarr.pl @@ -114,8 +114,8 @@ if ( !$ENV{"DESTIBETARC"} || !$ENV{"DESTISTABLE"} ) { print "On Linux:\n"; print "export DESTIBETARC='/tmp'; export DESTISTABLE='/tmp';\n"; print "On Windows:\n"; - print "set DESTIBETARC=c:/tmp\n"; - print "set DESTISTABLE=c:/tmp\n"; + print "set DESTIBETARC=c:/temp\n"; + print "set DESTISTABLE=c:/temp\n"; print "\n"; print "Example in .bashrc:\n"; print diff --git a/htdocs/install/default.css b/htdocs/install/default.css index 40318827804..60a290944e7 100644 --- a/htdocs/install/default.css +++ b/htdocs/install/default.css @@ -45,7 +45,7 @@ } .no-bottom { - padding-bottom: 0; + padding-bottom: 0 !important; } .small { diff --git a/htdocs/install/step5.php b/htdocs/install/step5.php index 0d8545945f1..d2dd1521432 100644 --- a/htdocs/install/step5.php +++ b/htdocs/install/step5.php @@ -178,7 +178,7 @@ if ($action == "set") { // Test on permissions not required here $morehtml = ''; -pHeader($langs->trans("DolibarrSetup"), "step5", 'set', '', '', 'main-inside main-inside-borderbottom'); +pHeader($langs->trans("DolibarrSetup"), "step5", 'set', '', '', 'main-inside main-inside-borderbottom no-bottom'); print '
'; // Test if we can run a first install process