diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-12 13:08:40 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-12 13:08:40 +0300 |
| commit | 6482229bccc95d101ea92dcef69e2902fedf80f0 (patch) | |
| tree | 2b28e38d674be3db50d47a8639bd286dffc0e5e7 | |
| parent | 9b3c388e971b8275680ca62b8e9c67a489f6dcca (diff) | |
Tune input widget size
| -rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
