Peter Muturi 3 anos atrás
pai
commit
662fc43449

+ 2 - 1
public/css/z.css

@@ -60,7 +60,8 @@
     display: flex;
     flex-shrink: 0;
     justify-content: center;
-    font-size: 14px;
+    font-size: 12px;
+    padding: 15px;
     height: var(--size);
     width: var(--size);
 } .z .thumbnail.online {

+ 2 - 2
resources/views/app/mcp/appointments.blade.php

@@ -30,7 +30,7 @@
                     @foreach($appointments as $appointment)
                     <tr>
                         <td class="px-2">
-                            <a href="/patients/view/{{$appointment->client->uid}}/calendar/{{$appointment->uid}}" class="font-weight-bold">
+                            <a href="/patients/view/{{$appointment->client->uid}}/calendar/{{$appointment->uid}}" class="font-weight-bold text-nowrap">
                                 {{friendlier_date_time($appointment->raw_date . ' ' . $appointment->raw_start_time)}}
                             </a>
                         </td>
@@ -65,4 +65,4 @@
         </div>
     </div>
 </div>
-@endsection
+@endsection

+ 6 - 4
resources/views/layouts/patient.blade.php

@@ -705,8 +705,8 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
                                         </div>
                                         <div>
                                         <span moe relative class="">
-                                            <button class="col-2-button" start show title="SMS check-in link to the patient">Send&nbsp;<i
-                                                    class="on-hover-opaque fa fa-paper-plane text-secondary"></i></button>
+                                            <button class="col-2-button" start show title="SMS check-in link to the patient"><i
+                                                    class="on-hover-opaque fa fa-paper-plane text-secondary"></i>&nbsp;Send</button>
                                             <form url="/api/client/sendCheckInTokenViaSmsOrEmail" right
                                                   class="mcp-theme-1">
                                                 <input type="hidden" name="uid" value="{{ $patient->uid }}">
@@ -733,11 +733,13 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
                                         </div>
 																				@if($performer->pro->pro_type == 'ADMIN')
 																				<div>
-																					<button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')">Check Video</button>
+																					<button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')"><i
+																									class="on-hover-opaque fa fa-video text-secondary"></i>&nbsp;Check</button>
 																				</div>
 																				@endif
 																				<div>
-																					<button class="col-2-button" onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')">Join Video</button>
+																					<button class="col-2-button" onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')"><i
+																									class="on-hover-opaque fa fa-video text-secondary"></i>&nbsp;Join</button>
 																				</div>
                                     </section>