Wrap all form buttons within form-group

This commit is contained in:
James Brooks
2015-01-22 17:06:14 +00:00
parent 5e9a84163d
commit b4c63d8873
15 changed files with 50 additions and 34 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
</div>
</div>
<div class="clearfix"></div>
{{ Form::open(['name' => 'SetupForm', 'class' => 'form-vertical', 'id' => 'setup-form', 'role' => 'form', 'method' => 'POST']) }}
{{ Form::open(['name' => 'SetupForm', 'class' => 'form-horizontal', 'id' => 'setup-form', 'role' => 'form', 'method' => 'POST']) }}
<div class="step block-1 show">
<fieldset>
<div class="form-group">