Skip to content

Commit

Permalink
Merge pull request samdark#30 from damasco/master
Browse files Browse the repository at this point in the history
Signup page for responsive
  • Loading branch information
samdark committed Mar 26, 2016
2 parents 9ae5341 + 776943d commit 7ab66d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/site/signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
<h1><?= Html::encode($this->title) ?></h1>

<div class="row">
<div class="col-xs-3 col-xs-offset-1">
<div class="col-sm-3 col-sm-offset-1">
<?= yii\authclient\widgets\AuthChoice::widget([
'baseAuthUrl' => ['site/auth'],
'popupMode' => false,
]) ?>
</div>
<div class="col-xs-2">
<div class="col-sm-2">
<h2>OR</h2>
</div>
<div class="col-xs-5">
<div class="col-sm-5">
<h2>fill out the following form</h2>
<?php $form = ActiveForm::begin(['id' => 'form-signup']); ?>
<?= $form->field($model, 'username') ?>
Expand Down

0 comments on commit 7ab66d2

Please sign in to comment.