(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

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