From 9eade920e0c677b4aa27178819773358fab126ca Mon Sep 17 00:00:00 2001 From: meghamalore Date: Fri, 28 Jun 2024 12:52:10 +0530 Subject: [PATCH] bugs fixes --- public/assets/css/style.bundle.css | 13 ++++++++++++- public/assets/css/style.css | 13 ++++++++++++- .../Admin/Pages/manage_chat/manage_chat.blade.php | 2 +- .../alternative-investment-fund.blade.php | 2 +- .../alternative_investment_fund.blade.php | 2 +- .../fractional_real_estate.blade.php | 2 +- .../long-only-equity-fund-product.blade.php | 15 ++++++++------- .../presentation-factsheet.blade.php | 11 ++++++----- 8 files changed, 42 insertions(+), 18 deletions(-) diff --git a/public/assets/css/style.bundle.css b/public/assets/css/style.bundle.css index f94d252..ca74b89 100644 --- a/public/assets/css/style.bundle.css +++ b/public/assets/css/style.bundle.css @@ -57994,4 +57994,15 @@ label.error { } #kt_profile_details_view svg.svg-inline--fa.fa-download:hover { color: #c18948; -} \ No newline at end of file +} + +.modal .btn.btn-icon .svg-icon:hover { + color: #fff; + background-color: #c18948; + width: 40px; + height: 40px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 5px; +} diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 7cedb93..658bd13 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1282,7 +1282,7 @@ nav { color: #000; } .chat-box .chat-msgs .card-body { - height: 66%; + height: 85%; overflow-y: scroll; overflow-x: hidden; } @@ -1477,4 +1477,15 @@ label.error { color: #8b8989; font-weight: 500; line-height: 1; +} + +.modal .btn.btn-icon .svg-icon:hover { + color: #fff; + background-color: #c18948; + width: 40px; + height: 40px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 5px; } \ No newline at end of file diff --git a/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php b/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php index 1240390..6d24fc5 100644 --- a/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php +++ b/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php @@ -109,7 +109,7 @@ // $(this).removeClass('active'); // }) } - }, 4000); + }, 4000);. setInterval(function() { userList(); diff --git a/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php b/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php index 725fd44..5ef9b43 100644 --- a/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php +++ b/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php @@ -249,7 +249,7 @@
- +
diff --git a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/alternative_investment_fund.blade.php b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/alternative_investment_fund.blade.php index a6ae233..bdfe8b3 100644 --- a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/alternative_investment_fund.blade.php +++ b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/alternative_investment_fund.blade.php @@ -349,7 +349,7 @@ name="view_class_of_units" value="" id="view_class_of_units">
- + {{-- --}}
diff --git a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php index 8f972c3..018d2de 100644 --- a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php +++ b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php @@ -180,7 +180,7 @@
- + {{-- --}}
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php index 7c445d3..58830eb 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php @@ -201,12 +201,13 @@

Website of the fund

{{-- {{ $longOnlyEquityFund->website_of_the_fund ?? '--' }} --}} - @if($longOnlyEquityFund->website_of_the_fund) - {{$longOnlyEquityFund->website_of_the_fund}} - @else - {{'--'}} + @if ($longOnlyEquityFund->website_of_the_fund) + {{ $longOnlyEquityFund->website_of_the_fund }} + @else + {{ '--' }} @endif - +
@@ -336,7 +337,7 @@

Rera Complied Property

{{ $longOnlyEquityFund->rera_complied_property ?? '--' }}
- +
@@ -367,7 +368,7 @@

Hurdle rate

- {{ $longOnlyEquityFund->hurdle_rate.' %' ?? '--' }} + {{ $longOnlyEquityFund->hurdle_rate . ' %' ?? '--' }}
- \ No newline at end of file +