]> git.plutz.net Git - confetti/blobdiff - templates/therapy.css.sh
prevent double escaping of & in htmlsafe
[confetti] / templates / therapy.css.sh
index e3184a52656093cf18579bee2a710a81fcc7affb..b14c457e7248c65866b81e72360f98d4ede0b5f9 100755 (executable)
@@ -41,9 +41,26 @@ div.patient, div.prescription {
   margin: 0 2%;
 }
 
-div.prescription .insurance{ display: block; margin: .5ex 0 1ex 0; }
+div.prescription span {
+  display: inline-block;
+  width: 50%;
+  margin-right: -.75ex;
+}
+div.prescription span label { font-weight: bold; margin-right: 1ex;}
+div.prescription span.prescno,
+div.prescription span.catalogue {
+  width: 33%;
+  font-weight: bold;
+  margin-bottom: .5em;
+}
+
 div.prescription label.checkbox,
-div.prescription label.radio { padding-left: 1.25em; font-size: 1em;}
+div.prescription label.radio {
+  display: block;
+  padding-left: 1.25em;
+  font-size: 1em;
+  margin: .5em 0;
+}
 
 div.prescription label.checkbox:before,
 div.prescription label.radio:before {