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 {
}
#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; }