]> git.plutz.net Git - confetti/blobdiff - templates/therapy.css.sh
scrolling fixes for firefox, different stroke-width for erazer
[confetti] / templates / therapy.css.sh
index 6b17f4802779d7cb0d02775ce8f3319298b5edb6..b14c457e7248c65866b81e72360f98d4ede0b5f9 100755 (executable)
@@ -3,6 +3,7 @@
 cat <<EOF
 * { box-sizing: border-box; }
 body {
+  overflow: scroll;
   position: relative;
   width: 100%;
   margin: 0; padding: 0;
@@ -40,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 {
@@ -170,10 +188,13 @@ label.heading > span.no {
   border: none;
 }
 .tab > .date      { width: 30%; }
-.tab > .therapist { width: 40%; }
-.tab > .signature { width: 10%; }
+.tab > .therapist { width: 30%; }
+.tab > .signature { width: 20%; }
+label.tab > .signature { font-size: .75em; }
 .tab > .signature > button { display: inline-block; margin: 0; }
-fieldset.tab > button[type=submit] { width: 5%; text-align: center; margin-left: 5%;}
+/* fieldset.tab > button[type=submit] { width: 5%; text-align: center; margin-left: 5%;} */
+fieldset.tab > button[type=submit] { height: 2em; color: #FFF; font-weight: bold;}
+fieldset.tab > button[type=submit]::first-letter { font-size: 1.75em;}
 
 .signature > button[value=pos],
 .signature > button[value=neg] {