From 6482229bccc95d101ea92dcef69e2902fedf80f0 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 12 Jul 2026 13:08:40 +0300 Subject: Tune input widget size --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 2042a98..97fc132 100644 --- a/app.py +++ b/app.py @@ -112,7 +112,7 @@ a{color:#0066cc} form{margin-bottom:1rem} label{display:block;margin:.3rem 0 .1rem} input[type=text],input[type=number],input[type=date],input[type=time],select{width:100%;padding:.4rem;border:1px solid #ccc;border-radius:4px} -input[type=date],input[type=time]{min-width:100%;height:33px;padding:0;} +input[type=date],input[type=time],input[name=amount]{min-width:100%;height:33px;padding:0;} button{padding:.5rem 1rem;background:#0066cc;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-top:.5rem} button:hover{background:#0052a3} .section{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:1rem;margin-bottom:1rem} -- cgit v1.3