minor margin change

This commit is contained in:
Frieder Hannenheim 2025-01-29 19:07:02 +01:00
parent 3930275c20
commit 0abc3b60d0

View file

@ -55,7 +55,7 @@ table {
th, td { th, td {
border-top: 1px dotted black; border-top: 1px dotted black;
border-bottom: 1px dotted black; border-bottom: 1px dotted black;
padding: 8px 0; padding: 4px;
} }
input { input {
@ -75,18 +75,12 @@ input:focus {
input[type=submit] { input[type=submit] {
align-self: end; align-self: end;
margin: 8px; width: 82px;
width: 76px; margin-right: 4px;
box-sizing: border-box; box-sizing: border-box;
} }
label {
margin: 8px;
}
.noteninput { .noteninput {
margin: 0 8px;
border-radius: 2px;
width: 70px; width: 70px;
} }