Skip to content

Commit

Permalink
Merge pull request #2129 from billmn/login-style
Browse files Browse the repository at this point in the history
Fixed login button style
  • Loading branch information
jbrooksuk authored Oct 4, 2016
2 parents 707b4a8 + f165547 commit 555f852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</span>
</a>
</div>
<div class="col-xs-10">
<div class="col-xs-9 col-xs-push-1">
<button type="submit" class="btn btn-success btn-lg btn-block btn-trans">{{ trans('dashboard.login.login') }}</button>
</div>
</div>
Expand Down

0 comments on commit 555f852

Please sign in to comment.