Israat Zarin 1 year ago
parent
commit
8cc2d9d101

+ 3 - 2
resources/views/supervisor/layouts/top.blade.php

@@ -431,13 +431,14 @@
                 font-weight: 600;
                 display: block;
             }
-            .method{
+            .method {
                 background-color: #2c2d4d;
                 margin-top: -11px;
-                width: 20%;
+                width: fit-content;
                 font-size: 14px !important;
                 color: #fff;
                 padding-left: 9px;
+                padding-right: 9px;
                 border-radius: 5px;
             }
             .method-box{

+ 26 - 24
resources/views/supervisor/student_proposal_details.blade.php

@@ -17,7 +17,7 @@
                                                             <img class="img-responsive listFlag mt-2" style="border-radius: 2px; padding: 0px;height: 45px; width: 45px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($proposal_details,'student_details.country_name.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
                                                         @endif
                                                         <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
-                                                            <span style="font-size: 19px; font-weight: 700;">{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</span> <br>
+                                                            <span style="font-size: 19px; font-weight: 700; text-transform: capitalize;">{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</span> <br>
                                                             <span style="font-size:12px;">
                                                                 <!-- <span style="color: #868e96;">Gender :</span> -->
                                                                 <a href="" class="rounded" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Gender" style="color: black !important;">{{\Str::ucfirst(cn($proposal_details,'student_details.gender',''))}}</a>
@@ -245,7 +245,7 @@
                                         </div>
                                     </div>
                                     <div class="single_glance_row mt-1" style="width: 100%; padding: 10px 9px 20px;">
-                                        <span class="title" style="font-size:11px; font-weight: 600;">Work Experience:</span>
+                                        <span class="title" style="font-size:11px; font-weight: 500;">Work Experience:</span>
 
                                         @php    
                                             $work_history_first =$proposal_details->work_experience_date()->whereNotNull('start_date')->oldest()->first();
@@ -279,7 +279,7 @@
                                         <span style="font-size: 11px; color: #868e96;"></span>
                                     </div>
                                     <div class="single_glance_row mt-1" style="display: flex; width: 100%;">
-                                        <span class="title" style="font-size:11px; font-weight: 600;">Have you ever attended any conferences<br> to present your papers?</span>
+                                        <span class="title" style="font-size:11px; font-weight: 500;">Have you ever attended any conferences<br> to present your papers?</span>
                                         @if($proposal_details->student_details->is_attended_conference ==1)
                                             <span class="label_badge_radius mt-2" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px; position: absolute !important; right: 23px;">yes</span>
                                         @else
@@ -287,8 +287,8 @@
                                         @endif
                                         <span style="font-size: 11px; color: #868e96;"></span>
                                     </div>
-                                    <div class="single_glance_row_publication mt-1" style="display: flex; width: 100%;">
-                                        <span class="title" style="font-size:11px; font-weight: 600;">Do you have any Publication?</span>
+                                    <div class="single_glance_row_publication mt-1" style="display: flex; width: 100%; border-bottom: 1px solid #e8eef1;">
+                                        <span class="title" style="font-size:11px; font-weight: 500;">Do you have any Publication?</span>
                                         @if($proposal_details->student_details->is_publication ==1) 
                                             <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px; position: absolute !important; right: 23px;">yes</span>
                                             
@@ -298,28 +298,30 @@
                                         <span style="font-size: 11px; color: #868e96;"></span>
                                     </div>
                                     @if($proposal_details->student_details->is_publication ==1)
-                                    <div class="education_body mt-1">
-                                        <div class="result" style="display: flex;">
-                                            @foreach($proposal_details->publications as $row)
-                                            <div class="result-part" style="font-size: 11px;">
-                                                <span class="single_point">{{$row->publication }}:  
-                                                    <span class="label_badge_radius" style="font-weight: 600; background: #f1ac93 !important; color: #f80707; ">
-                                                        @if($row->status==1)
-                                                          Published
-                                                        @endif
-                                                        @if($row->status==2)
-                                                            Under Review
-                                                        @endif
-                                                        @if($row->status==3)
-                                                            Draft stage
-                                                        @endif
+                                    <div class="single_glance_row_publication mt-1" style="display: flex; width: 100%;">
+                                        <div class="education_body mt-1">
+                                            <div class="result" style="display: flex;">
+                                                @foreach($proposal_details->publications as $row)
+                                                <div class="result-part" style="font-size: 11px; text-transform: capitalize;">
+                                                    <span class="single_point">{{$row->publication }}:  
+                                                        <span class="label_badge_radius" style="font-weight: 500; background: #e7f3ea !important; color: #0ba52e; margin-left: 3px; position: absolute !important; right: 23px; ">
+                                                            @if($row->status==1)
+                                                            Published
+                                                            @endif
+                                                            @if($row->status==2)
+                                                                Under Review
+                                                            @endif
+                                                            @if($row->status==3)
+                                                                Draft stage
+                                                            @endif
+                                                        </span>
                                                     </span>
-                                                </span>
-                                            </div> 
-                                            @endforeach
+                                                </div> 
+                                                @endforeach
+                                            </div>
                                         </div>
+                                        @endif
                                     </div>
-                                    @endif
                                 </div>
                             </div>
                         </div>