From 1fb9ae957520166412e389731a76bf0a03cbfa05 Mon Sep 17 00:00:00 2001 From: lnball Date: Wed, 4 Dec 2024 18:43:16 -0500 Subject: [PATCH] HAI-1014 Example of toggles and concepts and repeat htmlforms --- configuration/pih/htmlforms/mentalHealth.xml | 85 +++++++++++++++----- 1 file changed, 65 insertions(+), 20 deletions(-) diff --git a/configuration/pih/htmlforms/mentalHealth.xml b/configuration/pih/htmlforms/mentalHealth.xml index 053676f2..c12a93f1 100644 --- a/configuration/pih/htmlforms/mentalHealth.xml +++ b/configuration/pih/htmlforms/mentalHealth.xml @@ -66,16 +66,20 @@ display: block; } - - - - - - - .three-columns { - column-count: 3; - -webkit-column-count: 3; - -moz-column-count: 3; + .five-columns, .four-columns, .three-columns, .two-columns { + display: table; + height: 100%; + width: 100%; + } + + .two-columns > div { + display: table-cell; + width: 50%; + } + + .three-columns > div { + display: table-cell; + width: 33%; } .simple-form-ui input { @@ -1025,19 +1029,60 @@
+
+
+ + + + + + + + +
+ +
+
+ + + + + + + +
+
+
+ +

- -

-

- -

-

- + Diagnoses

+
+
+ +
+
+ +
+
+ +
+
+