diff --git a/module/install/view/index.html.php b/module/install/view/index.html.php index f2bdb45b07..57f3f1c3eb 100644 --- a/module/install/view/index.html.php +++ b/module/install/view/index.html.php @@ -60,7 +60,7 @@
diff --git a/module/install/view/license.html.php b/module/install/view/license.html.php index 8dc756cda0..28e7f61e88 100644 --- a/module/install/view/license.html.php +++ b/module/install/view/license.html.php @@ -22,7 +22,7 @@ diff --git a/module/install/view/step1.html.php b/module/install/view/step1.html.php index 2025f53cce..bfabf7ea89 100644 --- a/module/install/view/step1.html.php +++ b/module/install/view/step1.html.php @@ -160,11 +160,11 @@ $filterResult == 'ok' and $iconvResult == 'ok') { - echo html::a($this->createLink('install', 'step2'), $lang->install->next, '', "class='btn btn-primary'"); + echo html::a($this->createLink('install', 'step2'), $lang->install->next, '', "class='btn btn-wide btn-primary'"); } else { - echo html::a($this->createLink('install', 'step1'), $lang->install->reload, '', "class='btn btn-primary mgb-20'"); + echo html::a($this->createLink('install', 'step1'), $lang->install->reload, '', "class='btn btn-wide btn-primary mgb-20'"); if($pdoResult == 'fail' or $pdoMySQLResult == 'fail') { echo '