mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix contact form styling
This commit is contained in:
parent
cf6e199bbe
commit
c3d7a98b4f
@ -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',
|
|
||||||
),
|
),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -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">
|
||||||
|
@ -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
1694
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user