diff --git a/public_html/deployment/classes/project_gui.class.php b/public_html/deployment/classes/project_gui.class.php
index 446375cbaef77d8ecacbfe2d1e0d4fcf47174752..c995d6d38470a7a232bb1bc304e5c97def91e6aa 100644
--- a/public_html/deployment/classes/project_gui.class.php
+++ b/public_html/deployment/classes/project_gui.class.php
@@ -358,7 +358,7 @@ class projectgui extends project {
             'setup' => array('class' => $sPhase,
                 'hint' => sprintf(t('setup-hint'), $sPhase, $sVersion),
                 'label' => t('setup'),
-                'class' => 'btn-primary'
+                'class' => 'btn'
             ),
         );
         /*
diff --git a/public_html/deployment/pages/act_overview.php b/public_html/deployment/pages/act_overview.php
index f4cfa288131bc8566be50d3284fa457c73440cd4..3588e39c9b258a980f1056068fca4f76208ce614 100644
--- a/public_html/deployment/pages/act_overview.php
+++ b/public_html/deployment/pages/act_overview.php
@@ -89,12 +89,8 @@ if (!array_key_exists("prj", $aParams)) {
         ;
     }
 
-    $sOut = '
-
-            <span style="float: right">
-            '
-            .$oPrj->renderLink("setup")
-            .'</span><h3>'.t('overview-label').'</h3>'
+    $sOut = ''
+            .'<h3>'.t('overview-label').' '.$oPrj->renderLink("setup").'</h3>'
             .$renderAdminLTE->getTabbedContent(['tabs'=>$aTabdata])
             ;