diff --git a/src/stylesheet.css b/src/stylesheet.css index 2e3051f..9d31087 100644 --- a/src/stylesheet.css +++ b/src/stylesheet.css @@ -55,7 +55,7 @@ table { th, td { border-top: 1px dotted black; border-bottom: 1px dotted black; - padding: 8px 0; + padding: 4px; } input { @@ -75,18 +75,12 @@ input:focus { input[type=submit] { align-self: end; - margin: 8px; - width: 76px; + width: 82px; + margin-right: 4px; box-sizing: border-box; } -label { - margin: 8px; -} - .noteninput { - margin: 0 8px; - border-radius: 2px; width: 70px; }