mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Minor fixes
This commit is contained in:
parent
089f8ee2c5
commit
a767f84908
@ -3,7 +3,7 @@
|
||||
|
||||
### [https://www.invoiceninja.com](https://www.invoiceninja.com)
|
||||
|
||||
If you'd like to use our code to sell your own invoicing app we offer a white-label affiliate program. We ask for 20% of revenue earned with a $100 sign up fee. Get in touch for more details.
|
||||
If you'd like to use our code to sell your own invoicing app we offer a white-label affiliate program. We ask for 20% of revenue with a $100 sign up fee. Get in touch for more details.
|
||||
|
||||
### Introduction
|
||||
|
||||
|
@ -13,7 +13,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'debug' => true,
|
||||
'debug' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -460,4 +460,12 @@ return array(
|
||||
|
||||
'sent' => 'sent',
|
||||
'timesheets' => 'Timesheets',
|
||||
|
||||
'payment_title' => 'Enter Your Billing Address and Credit Card information',
|
||||
'payment_cvv' => '*This is the 3-4 digit number onthe back of your card',
|
||||
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.'
|
||||
|
||||
|
||||
|
||||
);
|
||||
|
@ -66,7 +66,7 @@
|
||||
|
||||
<div class="col-md-7 info">
|
||||
<div class="col-md-12 alignCenterText" >
|
||||
Enter Your Billing Address and Credit Card information
|
||||
{{ trans('texts.payment_title') }}
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
@ -113,10 +113,10 @@
|
||||
|
||||
<div class="row">
|
||||
<h5 class="col-md-12 boldText" >
|
||||
*Billing address must match address accociated with credit card.
|
||||
{{ trans('texts.payment_footer1') }}
|
||||
</h5>
|
||||
<h5 class="col-md-12 boldText">
|
||||
*Please click "PAY NOW" only once - transaction may take up to 1 minute to process
|
||||
{{ trans('texts.payment_footer2') }}
|
||||
</h5>
|
||||
</div>
|
||||
|
||||
@ -141,7 +141,7 @@
|
||||
|
||||
<div class="col-md-5">
|
||||
<div class="col-md-12 alignCenterText" >
|
||||
Balance Due $
|
||||
{{ trans('texts.balance_due') . ' ' . Utils::formatMoney($amount, $currencyId) }}
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="card">
|
||||
@ -189,7 +189,7 @@
|
||||
{{ Former::text('cvv') }}
|
||||
</div>
|
||||
<div>
|
||||
<h5 class="boldText" style="margin-top: 8%;margin-left: 5%;"> *This is the 3-4 digit number onthe back of your card</h5>
|
||||
<h5 class="boldText" style="margin-top: 8%;margin-left: 5%;">{{ trans('texts.payment_cvv') }}</h5>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<!-- <p><span class="glyphicon glyphicon-credit-card" style="margin-right: 10px;"></span><a href="#">Where Do I find CVV?</a></p> -->
|
||||
|
@ -118,7 +118,7 @@
|
||||
</div>
|
||||
<div class="customMenuDiv" >
|
||||
<span class="img-wrap shiftLeft" ><img src="{{ asset('images/BestInClassSecurity.png') }}"></span>
|
||||
<span class="customSubMenu shiftLeft"> Best-in-class data security </span>
|
||||
<span class="customSubMenu shiftLeft"> Best-in-class security </span>
|
||||
</div>
|
||||
|
||||
<div class="customMenuDiv" >
|
||||
|
268
public/built.css
268
public/built.css
File diff suppressed because one or more lines are too long
281
public/built.js
281
public/built.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -254,7 +254,7 @@ a .cta:hover span {
|
||||
.hero1.background {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-attachment: fixed;
|
||||
/*background-attachment: fixed;*/
|
||||
background-size: cover;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
@ -707,6 +707,11 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
|
||||
.plans-table a .cta h2 span {background: #1e84a5;}
|
||||
|
||||
|
||||
.checkbox-inline input[type="checkbox"] {
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
#designThumbs img {
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user