X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Ftherapy.css.sh;h=4b87bcc4ec5f50c0c8a0ad62b91b3be82cfd9514;hp=10acf333ddd784fc10ed3d606be6ccf6e0e9d564;hb=50d25cddfd2f0314556b4344290b47655a929c5f;hpb=a9d6bfdfa84de24b8800b6d34b24c28cbdb2feb4 diff --git a/templates/therapy.css.sh b/templates/therapy.css.sh index 10acf33..4b87bcc 100755 --- a/templates/therapy.css.sh +++ b/templates/therapy.css.sh @@ -3,6 +3,7 @@ cat < input.color + label { + width: 2em; height: 2em; +} .dotmark { - max-width: 96%; - margin: .125em 2%; padding: 0; + max-width: 90%; + margin: .5em 1em .125em 2%; padding: 0; text-align: left; - border: 1px dotted black; + border: 1px solid black; } .dotmark.ov { position: absolute; - bottom: 5px; right: 0; + left: 0; bottom: .25em; z-index: 1; } + @media(min-width: 800px){ h1, label.tab, div.tab, fieldset.tab, div.patient, div.prescription { width: 38%; margin-right: 0; } - fieldset.color{ - position: fixed; - max-width: 56%; - right: 0; - top: 0em; - } + fieldset.color { position: fixed; } .dotmark { position: fixed; - max-width: 56%; - max-height: 480px; - right: 0; - top: 2em; + max-width: 52%; + max-height: 98%; + right: 2em; bottom: .25em; } .dotmark.ov { position: fixed; - bottom: auto; + right: 2em; left: auto; } } @@ -169,10 +189,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] { @@ -215,7 +238,7 @@ div.tab > fieldset.note { div.tab > fieldset.note > textarea { display: block; width: 95%; height: 8em; - margin: -8em 0 .5em 1.25em; + margin: -8em 0 .5em 2em; font: normal 1em sans-serif; } div.tab > fieldset.note > input.color + label { margin: 0; display: block; }