Sfoglia il codice sorgente

Increased intake input widths.

raman 4 anni fa
parent
commit
5f6999f256
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      resources/views/app/patient/intake.blade.php

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

@@ -54,7 +54,7 @@
                 </li></ul>
             </li>
             <li>
-                <p>What other medical conditions or feelings are you experiencing that you feel might improve with weight loss? For example, joint pain, energy level, etc.</p>
+                <p>How has the current COVID-19 coronavirus pandemic or quarantine affected your weight, stress level, your lifestyle, or simply just your health in general?</p>
                 <ul><li><input></li></ul>
             </li>
             <li>
@@ -211,7 +211,9 @@
             font-weight: bold;
 			outline: none;
 			padding: 0 7px;
-		} .intake input[type=checkbox] {
+		} .intake input:not([type=checkbox]):only-child {
+            width: 50%;
+        } .intake input[type=checkbox] {
 			margin-right: 10px;
 		} .intake input[type=number] {
 			text-align: center;