From 3888fd30fc53ef48516b083a1748b6e755872888 Mon Sep 17 00:00:00 2001 From: Marge Marshall Date: Mon, 19 Jun 2017 08:27:49 -0400 Subject: [PATCH] fixed input for checkboxes and radio buttons on chrome and safari (#299) closes #271 --- assets/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 88fb487..d48a521 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -446,7 +446,7 @@ margin on the iframe, cause it breaks stuff. */ margin: 0; } -textarea, select, input { +textarea, select, input:not([type="radio"]):not([type="checkbox"]){ width: 260px; padding: 6px 9px; margin: 0 0 5px 0;