raman před 4 roky
rodič
revize
7e156db0ef
1 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. 3 4
      resources/views/app/patient/intake.blade.php

+ 3 - 4
resources/views/app/patient/intake.blade.php

@@ -6,12 +6,11 @@
     		.' '.($patient->name_last ?? $patient->name_first);
     ?>
 
-    <!-- <pre><? print_r($patient) ?></pre> -->
     <section class=intake>
         <p>Hello, {{$theirName}}. My name is {{$myName}}.</p>
         <p>We will have about 15-20 minutes together, and I’m going to ask you some questions to help customize your personalized wellness plan that we will send along with the weight scale, blood pressure cuff, and infrared thermometer - that you can use to stay healthy during quarantine. Is this OK with you?</p>
 
-        <ol class=questions>
+        <ol>
             <li>
                 <p>First {{$theirName}}, let me ask you, if there were three things that you could magically just change about your health, what would they be?</p>
                 <ul>
@@ -209,10 +208,10 @@
 			border-width: 0 0 1px 0;
 			outline: none;
 			padding: 0 7px;
-			/*width: 260px;*/
 		} .intake input[type=checkbox] {
 			margin-right: 10px;
 		} .intake input[type=number] {
+			text-align: center;
 			width: 60px;
 		} .intake input::-webkit-inner-spin-button {
 			-webkit-appearance: none;
@@ -221,7 +220,7 @@
 			margin-right: 5px;
 		}
 
-		.intake ol.questions > li {
+		.intake ol > li {
             margin-bottom: 25px;
         } .intake ul {
         	list-style-type: none;