Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
2
public/css/built.css
vendored
3
public/css/style.css
vendored
@ -486,7 +486,8 @@ background-clip: padding-box;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.in-image {
|
.in-image {
|
||||||
float:left;padding-right:25px;
|
float: left;
|
||||||
|
margin-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.in-white {
|
.in-white {
|
||||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.1 KiB |
@ -8,7 +8,7 @@
|
|||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<img src="{{ asset('images/totalinvoices.png') }}"
|
<img src="{{ asset('images/totalinvoices.png') }}"
|
||||||
class="in-image" style="float:left"/>
|
class="in-image" style="float:left" width="80" height="80"/>
|
||||||
<div style="overflow:hidden">
|
<div style="overflow:hidden">
|
||||||
<div class="in-thin">
|
<div class="in-thin">
|
||||||
{{ trans('texts.total_revenue') }}
|
{{ trans('texts.total_revenue') }}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<img src="{{ asset('images/clients.png') }}"
|
<img src="{{ asset('images/clients.png') }}"
|
||||||
class="in-image" style="float:left"/>
|
class="in-image" style="float:left" width="80" height="80"/>
|
||||||
<div style="overflow:hidden">
|
<div style="overflow:hidden">
|
||||||
<div class="in-thin">
|
<div class="in-thin">
|
||||||
{{ trans('texts.average_invoice') }}
|
{{ trans('texts.average_invoice') }}
|
||||||
@ -52,7 +52,7 @@
|
|||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<img src="{{ asset('images/totalincome.png') }}"
|
<img src="{{ asset('images/totalincome.png') }}"
|
||||||
class="in-image" style="float:left"/>
|
class="in-image" style="float:left" width="80" height="80"/>
|
||||||
<div style="overflow:hidden">
|
<div style="overflow:hidden">
|
||||||
<div class="in-thin">
|
<div class="in-thin">
|
||||||
{{ trans('texts.outstanding') }}
|
{{ trans('texts.outstanding') }}
|
||||||
|
@ -385,7 +385,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<a href="{{ URL::to(NINJA_WEB_URL) }}" class='navbar-brand' target="_blank">
|
<a href="{{ URL::to(NINJA_WEB_URL) }}" class='navbar-brand' target="_blank">
|
||||||
{{-- Per our license, please do not remove or modify this link. --}}
|
{{-- Per our license, please do not remove or modify this link. --}}
|
||||||
<img src="{{ asset('images/invoiceninja-logo.png') }}" style="height:20px;width:auto;padding-right:10px"/>
|
<img src="{{ asset('images/invoiceninja-logo.png') }}" width="193" height="25"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|