From 761b485d9b680b9d90a493435fb3006295df8564 Mon Sep 17 00:00:00 2001 From: JosephK Date: Mon, 26 Oct 2015 13:44:23 +0100 Subject: [PATCH] Fix issue #98 --- css/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 6d9ad97..b88ae29 100644 --- a/css/style.css +++ b/css/style.css @@ -315,10 +315,14 @@ table.results .btn-link.btn-sm { min-width: 180px; } .yes input, .ifneedbe input,.no input { - position:absolute; - left:0; - margin-left:-15px; - margin-top:0; + position: absolute; + width: 1px; + height: 1px; + padding: 0px; + margin: -1px; + overflow: hidden; + clip: rect(0px, 0px, 0px, 0px); + border: 0px none; } .choice input:focus + label {