(cherry picked from commit 761b485d9b)
This commit is contained in:
JosephK 2015-10-26 13:44:23 +01:00 committed by Olivier Perez
parent 1a75a63860
commit 77728a5b69

View File

@ -308,10 +308,14 @@ table.results .btn-link.btn-sm {
min-width: 180px; min-width: 180px;
} }
.yes input, .ifneedbe input,.no input { .yes input, .ifneedbe input,.no input {
position:absolute; position: absolute;
left:0; width: 1px;
margin-left:-15px; height: 1px;
margin-top:0; padding: 0px;
margin: -1px;
overflow: hidden;
clip: rect(0px, 0px, 0px, 0px);
border: 0px none;
} }
.choice input:focus + label { .choice input:focus + label {