From: Paul Hänsch Date: Mon, 15 Feb 2021 14:06:01 +0000 (+0100) Subject: margins for color bars X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=c8838e4ff911b024d312a72af9a70242a5ec6334;p=lobster margins for color bars --- diff --git a/therapies/therapy.css b/therapies/therapy.css index 046b961..248d765 100644 --- a/therapies/therapy.css +++ b/therapies/therapy.css @@ -246,11 +246,11 @@ fieldset.penwidth, fieldset.color { position: absolute; right: 0; width: 2em; - margin: .5em .5em .125em 2%; + margin-bottom: .375em; border: none; padding: 0; } -fieldset.penwidth { bottom: 19em; } +fieldset.penwidth { bottom: 17em; } fieldset.penwidth > input {display: none;} fieldset.penwidth > input + label { display: none;} fieldset.penwidth > input:checked + label { @@ -404,8 +404,9 @@ div:nth-child(n+2) > a:first-of-type { } #report div.tab > fieldset.note > textarea { display: block; - width: 93%; height: 8em; - margin: -8em 0 .5em 2em; + width: 93%; width: calc(100% - 1.25em); + height: 8em; + margin: -8em 0 .5em 1.25em; font: normal 1em sans-serif; } div.tab > fieldset.note > input.color + label { margin: 0; display: block; }