This commit is contained in:
JosephK 2015-10-26 13:44:23 +01:00
parent 5ffc332b48
commit 761b485d9b
1 changed files with 8 additions and 4 deletions

View File

@ -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 {