]> git.plutz.net Git - lobster/commitdiff
margins for color bars
authorPaul Hänsch <paul@plutz.net>
Mon, 15 Feb 2021 14:06:01 +0000 (15:06 +0100)
committerPaul Hänsch <paul@plutz.net>
Mon, 15 Feb 2021 14:06:01 +0000 (15:06 +0100)
therapies/therapy.css

index 046b961082c6964cc9d3518e0464cd9060e15cde..248d765365026c2e7c0c7ccea8b73de1dcad43a3 100644 (file)
@@ -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; }