From 94e244305d5bdaef5254ce1079bb3fe3dfbcc75f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 Jul 2016 19:25:11 +0200 Subject: checkboxes --- public/static/default.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/static') diff --git a/public/static/default.css b/public/static/default.css index bc78954..498dc00 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -509,6 +509,10 @@ input, select { min-height: 1.8em; } +input[type="checkbox"] { + width: 1.5em; +} + div.notes { margin-top: 2em; } -- cgit v1.2.3