Browse Source

Merge branch 'master' of https://revinr.site/mostafij-revinr/student-admission
wq

Mostafijur Rahman 1 year ago
parent
commit
74dd2b8c3c

+ 1 - 1
resources/views/admin/sub_contents/edit_university_load.blade.php

@@ -38,7 +38,7 @@
         <div class="row">
             <div class="col-md-12">
                 <div class="text-end">
-                    <button type="button" class="btn cancel_button mr-1 btn-cancel close_form" >
+                    <button type="button" class="btn cancel_button mr-1 btn-cancel close_form" style="background-color: #ffbd59 !important; border: 2px solid #ffbd59; color: white;border-radius: 18px; padding: 2px 6px;">
                         <i aria-hidden="true" class="fa fa-refresh"></i>
                     </button>
                     <button class="btn btn2" id="submit_uni">Update</button>                                                                                                                

+ 11 - 1
resources/views/teacher/title.blade.php

@@ -973,7 +973,17 @@ element.style {
                                             </div>
                                             <div class="single_glance_row mt-1">
                                                 <span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
-                                                <span style="font-size: 11px; color: #868e96; float: right;">Good</span>
+                                                <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
+                                                    <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
+                                                        Good
+                                                    </span>
+                                                    <div class="dropdown" style="top:-2px; position: absolute; right: 9px;">
+                                                            <i class="fa fa-caret-down dropdown-toggle add_hover tooltips" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-original-title="Change Status" style="color: #8c9094;"></i>
+                                                        <div class="dropdown-menu" aria-labelledby="dropdownMenuButton" x-placement="bottom-start" style="position: absolute; transform: translate3d(10px, 13px, 0px); top: 0px; left: 0px; will-change: transform; margin-left: -75px; z-index: 2; margin-top: 10px;">
+                                                            <a class="dropdown-item document_review_status_change" data-sval="1" name="sublead_status" href="#">Poor</a>
+                                                        </div>
+                                                    </div>
+                                                </div>
                                             </div>
                                             <div class="single_glance_row mt-1">
                                                     <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>

+ 1 - 3
resources/views/teacher_profile.blade.php

@@ -584,9 +584,7 @@ tbody, td, tfoot, th, thead, tr {
                                             </td>
                                             <td style="font-size: 11px; text-align:center;">
                                                 <div class="top_part_status">
-                                                    <span class="label_badge_radius" style="background: #d8fdd8; color: green;">
-                                                        Accept
-                                                    </span>
+                                                    <button class="btn btn2" style="padding: 1px 10px !important; font-size: 11px;">Accept</button>
                                                 </div>
                                             </td>
                                         </tr>