]> git.plutz.net Git - confetti/blobdiff - templates/therapy.css.sh
enable drawing via android-4, quicker drawing via lines
[confetti] / templates / therapy.css.sh
index d6a0135697c7ad1cd571c6ca4cc8dd27a0f64694..e3184a52656093cf18579bee2a710a81fcc7affb 100755 (executable)
@@ -3,6 +3,7 @@
 cat <<EOF
 * { box-sizing: border-box; }
 body {
+  overflow: scroll;
   position: relative;
   width: 100%;
   margin: 0; padding: 0;
@@ -170,8 +171,9 @@ 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] { height: 2em; color: #FFF; font-weight: bold;}