Commit 5cc05c5a authored by Brian Wangora's avatar Brian Wangora

Coat of arms on Advanced form moved to left side

parent 734ff9ba
<div> <div>
<div style="display: flex; justify-content: start; align-items: center; gap: 40px;">
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom: 20px;"> <div style="display: flex; flex: 0 0 auto; align-items: center; flex-direction: column;">
<img src="{{ asset('images/coat-of-arms.webp') }}" <img src="{{ asset('images/coat-of-arms.png') }}"
alt="IPRS Logo" class="brand-image" style=" width: 8em;"> alt="IPRS Logo" class="brand-image" style=" width: 8em;">
<h3 style="margin-top: 20px;">IPRS</h3> <h3 style="margin-top: 20px;">IPRS</h3>
</div> </div>
<div style="flex: 1;">
<form class="form-inline" wire:submit="search" method="POST"> <form class="form-inline" wire:submit="search" method="POST">
@csrf @csrf
@method('POST') @method('POST')
...@@ -38,4 +40,6 @@ ...@@ -38,4 +40,6 @@
</div> </div>
</form> </form>
</div>
</div>
</div> </div>
\ No newline at end of file
<div> <div>
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom: 20px;"> <div style="display: flex; justify-content: start; align-items: center; gap: 40px;">
<img src="{{ asset('images/coat-of-arms.webp') }}"
<div style="display: flex; flex: 0 0 auto; align-items: center; flex-direction: column;">
<img src="{{ asset('images/coat-of-arms.png') }}"
alt="IPRS Logo" class="brand-image" style=" width: 8em;"> alt="IPRS Logo" class="brand-image" style=" width: 8em;">
<h3 style="margin-top: 20px;">IPRS</h3> <h3 style="margin-top: 20px;">IPRS</h3>
</div> </div>
<div style="flex: 1;">
<form class="form-inline" wire:submit="search" method="POST"> <form class="form-inline" wire:submit="search" method="POST">
@csrf @csrf
@method('POST') @method('POST')
...@@ -38,4 +41,6 @@ ...@@ -38,4 +41,6 @@
</div> </div>
</form> </form>
</div>
</div>
</div> </div>
\ No newline at end of file
<div> <div>
<div style="display: flex; justify-content: start; align-items: center; gap: 40px;">
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom: 20px;"> <div style="display: flex; flex: 0 0 auto; align-items: center; flex-direction: column;">
<img src="{{ asset('images/coat-of-arms.webp') }}" <img src="{{ asset('images/coat-of-arms.png') }}"
alt="IPRS Logo" class="brand-image" style=" width: 8em;"> alt="IPRS Logo" class="brand-image" style=" width: 8em;">
<h3 style="margin-top: 20px;">IPRS</h3> <h3 style="margin-top: 20px;">IPRS</h3>
</div> </div>
<div style="flex: 1;">
<form class="form-inline" wire:submit="search" method="POST"> <form class="form-inline" wire:submit="search" method="POST">
@csrf @csrf
@method('POST') @method('POST')
...@@ -88,4 +90,6 @@ ...@@ -88,4 +90,6 @@
</div> </div>
</form> </form>
</div>
</div>
</div> </div>
<div> <div>
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom: 20px;"> <div style="display: flex; justify-content: start; align-items: center; gap: 40px;">
<img src="{{ asset('images/coat-of-arms.webp') }}"
<div style="display: flex; flex: 0 0 auto; align-items: center; flex-direction: column;">
<img src="{{ asset('images/coat-of-arms.png') }}"
alt="IPRS Logo" class="brand-image" style=" width: 8em;"> alt="IPRS Logo" class="brand-image" style=" width: 8em;">
<h3 style="margin-top: 20px;">IPRS</h3> <h3 style="margin-top: 20px;">IPRS</h3>
</div> </div>
<div style="flex: 1;">
<form class="form-inline" wire:submit="search" method="POST"> <form class="form-inline" wire:submit="search" method="POST">
@csrf @csrf
@method('POST') @method('POST')
...@@ -46,4 +50,6 @@ ...@@ -46,4 +50,6 @@
</div> </div>
</form> </form>
</div>
</div>
</div> </div>
\ No newline at end of file
<div> <div>
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom: 20px;"> <div style="display: flex; justify-content: start; align-items: center; gap: 40px;">
<img src="{{ asset('images/coat-of-arms.webp') }}"
<div style="display: flex; flex: 0 0 auto; align-items: center; flex-direction: column;">
<img src="{{ asset('images/coat-of-arms.png') }}"
alt="IPRS Logo" class="brand-image" style=" width: 8em;"> alt="IPRS Logo" class="brand-image" style=" width: 8em;">
<h3 style="margin-top: 20px;">IPRS</h3> <h3 style="margin-top: 20px;">IPRS</h3>
</div> </div>
<div style="flex: 1;">
<form class="form-inline" wire:submit="search" method="POST"> <form class="form-inline" wire:submit="search" method="POST">
@csrf @csrf
@method('POST') @method('POST')
...@@ -46,4 +50,6 @@ ...@@ -46,4 +50,6 @@
</div> </div>
</form> </form>
</div>
</div>
</div> </div>
\ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
@php( $dashboard_url = $dashboard_url ? url($dashboard_url) : '' ) @php( $dashboard_url = $dashboard_url ? url($dashboard_url) : '' )
@endif @endif
<a href="{{ $dashboard_url }}" style="margin-left: 10px;" <a href="{{ $dashboard_url }}"
@if($layoutHelper->isLayoutTopnavEnabled()) @if($layoutHelper->isLayoutTopnavEnabled())
class="navbar-brand {{ config('adminlte.classes_brand') }}" class="navbar-brand {{ config('adminlte.classes_brand') }}"
@else @else
...@@ -18,13 +18,11 @@ ...@@ -18,13 +18,11 @@
{{-- Small brand logo --}} {{-- Small brand logo --}}
<img src="{{ asset(config('adminlte.logo_img', 'vendor/adminlte/dist/img/AdminLTELogo.png')) }}" <img src="{{ asset(config('adminlte.logo_img', 'vendor/adminlte/dist/img/AdminLTELogo.png')) }}"
alt="{{ config('adminlte.logo_img_alt', 'AdminLTE') }}" alt="{{ config('adminlte.logo_img_alt', 'AdminLTE') }}"
class="{{ config('adminlte.logo_img_class', 'brand-image img-circle elevation-3') }}" class="{{ config('adminlte.logo_img_class', 'brand-image') }}">
style="width: 35px; height: 35px;">
{{-- Brand text --}} {{-- Brand text --}}
<span class="brand-text font-weight-light {{ config('adminlte.classes_brand_text') }}" > &nbsp;|&nbsp; <span class="brand-text font-weight-light {{ config('adminlte.classes_brand_text') }}" > &nbsp;|&nbsp;
<!-- {!! config('adminlte.logo', '<b>Admin</b>LTE') !!} --> {!! config('adminlte.logo') !!}
<b>IPRS</b>
</span> </span>
</a> </a>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment