From 0abc3b60d0f36d1b072087625a97b27ed7465278 Mon Sep 17 00:00:00 2001 From: Frieder Hannenheim Date: Wed, 29 Jan 2025 19:07:02 +0100 Subject: [PATCH] minor margin change --- src/stylesheet.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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; }