mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 01:04:30 -04:00
Added new logo
This commit is contained in:
parent
37ffd01463
commit
c14133d66e
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…
x
Reference in New Issue
Block a user