From 8aa6dbdb0467b95ff7a5883e7746f076824a5f91 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 26 Apr 2018 22:43:25 +1000 Subject: [PATCH] Improved display of checkbox in forms Still not quite right, but a lot better --- InvenTree/static/css/inventree.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css index 5201ca555a..475fbc7cd3 100644 --- a/InvenTree/static/css/inventree.css +++ b/InvenTree/static/css/inventree.css @@ -19,6 +19,15 @@ object-fit: contain; } +.checkbox { + margin-left: 20px; +} + +.checkboxinput { + padding-left: 5px; + padding-right: 5px; +} + .media { padding-top: 15px; }