Added new logo
This commit is contained in:
parent
37ffd01463
commit
c14133d66e
4 changed files with 7 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.3 KiB |
|
|
@ -364,7 +364,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a href="{{ URL::to(NINJA_WEB_URL) }}" class='navbar-brand' target="_blank">
|
||||
<img src="{{ asset('images/invoiceninja-logo.png') }}" style="height:18px;width:auto"/>
|
||||
<img src="{{ asset('images/invoiceninja-logo.png') }}" style="height:20px;width:auto;padding-right:10px"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,12 @@
|
|||
@parent
|
||||
|
||||
@include('money_script')
|
||||
|
||||
<style type="text/css">
|
||||
.input-group-addon {
|
||||
min-width: 40px;
|
||||
}
|
||||
</style>
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue