Kaynağa Gözat

RM Setup - minor text/css tweaks

Vijayakrishnan 3 yıl önce
ebeveyn
işleme
2f3454a555

+ 5 - 5
resources/views/app/patient/partials/client_bp_weight_phone_number_status.blade.php

@@ -1,7 +1,7 @@
 <div class="">
     <div class="mb-1">
         <div>
-            <p class="mb-1 text-secondary"><b>Please ask patient to store the following phone numbers for Cardio1st notifications:</b></p>
+            <p class="mb-1 text-secondary"><b>Phone numbers for Cardio1st notifications:</b></p>
             <p class="mb-1"><b>BP</b> {{ format_phone_number(config('app.bpSmsNumber')) }} <b class="ml-2">WT</b> {{ format_phone_number(config('app.weightSmsNumber')) }}</p>
         </div>
         <div class="d-flex align-items-center">
@@ -27,17 +27,17 @@
                 <a start show><i class="fa fa-edit"></i></a>
                 <form url="/api/client/updateClientBpWeightPhoneNumberStatus" class="mcp-theme-1">
                     <input type="hidden" name="uid" value="{{$patient->uid}}">
-                    <div class="mb-2 checkbox">
+                    <div class="mb-2 checkbox d-flex">
                         <input type="checkbox" name="hasClientSavedBpPhoneNumber" <?= @$patient->clientBpWeightPhoneNumberStatus->has_client_saved_bp_phone_number ? 'checked':'' ?>>
-                        <label class="mb-1 text-secondary text-sm">Has client saved bp phone number?</label>
+                        <label class="ml-1 mb-1 text-secondary text-sm">Has client saved bp phone number?</label>
                     </div>
                     <div class="mb-2 d-none">
                         <label class="mb-1 text-secondary text-sm">Saved BP phone number</label>
                         <input type="text" name="savedBpPhoneNumber" class="form-control form-control-sm" value="{{ format_phone_number(config('app.bpSmsNumber')) }}">
                     </div>
-                    <div class="mb-2 checkbox">
+                    <div class="mb-2 checkbox d-flex">
                         <input type="checkbox" name="hasClientSavedWeightPhoneNumber" <?= @$patient->clientBpWeightPhoneNumberStatus->has_client_saved_weight_phone_number ? 'checked':'' ?>>
-                        <label class="mb-1 text-secondary text-sm">Has client saved weight phone number?</label>
+                        <label class="ml-1 mb-1 text-secondary text-sm">Has client saved weight phone number?</label>
                     </div>
                     <div class="mb-2 d-none">
                         <label class="mb-1 text-secondary text-sm">Saved weight phone number</label>