From 77728a5b69286e3fb3dad90aa18eed2ce8800e3e Mon Sep 17 00:00:00 2001 From: JosephK Date: Mon, 26 Oct 2015 13:44:23 +0100 Subject: [PATCH] Fix issue #98 (cherry picked from commit 761b485d9b680b9d90a493435fb3006295df8564) --- css/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index a619fd7..1032204 100644 --- a/css/style.css +++ b/css/style.css @@ -308,10 +308,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 {