Fix contact form styling

This commit is contained in:
Hillel Coren 2014-03-18 19:00:02 +02:00
parent cf6e199bbe
commit c3d7a98b4f
4 changed files with 934 additions and 772 deletions

View File

@ -121,8 +121,7 @@ return array(
'Barryvdh\Debugbar\ServiceProvider', 'Barryvdh\Debugbar\ServiceProvider',
'Chumper\Datatable\DatatableServiceProvider', 'Chumper\Datatable\DatatableServiceProvider',
'Intervention\Image\ImageServiceProvider', 'Intervention\Image\ImageServiceProvider',
'Webpatser\Countries\CountriesServiceProvider', 'Webpatser\Countries\CountriesServiceProvider'
'Rocketeer\RocketeerServiceProvider',
), ),
/* /*

View File

@ -125,7 +125,7 @@ var contactForm = {
<h2>Questions, special requests, or just want to say hi?</h2> <h2>Questions, special requests, or just want to say hi?</h2>
<p>Fill in the form below and we'll get back to you as soon as possible. Hope to hear from you!</p> <p>Fill in the form below and we'll get back to you as soon as possible. Hope to hear from you!</p>
{{ Former::open('contact')->addClass('feedbackForm') }} {{ Form::open(['url' => 'contact', 'class' => 'feedbackForm']) }}
<div class="form-group"> <div class="form-group">
<input type="text" class="form-control" id="name" name="name" placeholder="Name"> <input type="text" class="form-control" id="name" name="name" placeholder="Name">
<span class="help-block" style="display: none;">Please enter your name.</span> <span class="help-block" style="display: none;">Please enter your name.</span>
@ -144,7 +144,7 @@ var contactForm = {
</div> </div>
</div> </div>
{{ Former::close() }} {{ Form::close() }}
</div> </div>
<div class="col-md-4 col-md-offset-1 address"> <div class="col-md-4 col-md-offset-1 address">

View File

@ -13,8 +13,9 @@
"chumper/datatable": "2.x", "chumper/datatable": "2.x",
"omnipay/omnipay": "2.x", "omnipay/omnipay": "2.x",
"intervention/image": "dev-master", "intervention/image": "dev-master",
"webpatser/laravel-countries": "dev-master", "webpatser/laravel-countries": "dev-master"
"anahkiasen/rocketeer": "dev-develop", },
"require-dev": {
"codeception/codeception": "dev-master" "codeception/codeception": "dev-master"
}, },
"autoload": { "autoload": {

1694
composer.lock generated

File diff suppressed because it is too large Load Diff