From d5a2292bf28d2a6b5ec536af76e094c4a3240f24 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Sun, 18 Oct 2015 00:20:46 -0700 Subject: [PATCH] Further reduce size of number input boxes --- web_app/css/sif-tools.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_app/css/sif-tools.css b/web_app/css/sif-tools.css index 2b6f95b..67a87c1 100644 --- a/web_app/css/sif-tools.css +++ b/web_app/css/sif-tools.css @@ -23,5 +23,5 @@ table { } input[type=number]{ - width: 80px; + width: 40px; } \ No newline at end of file