mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-20 16:48:47 +00:00
Fix issue #98
This commit is contained in:
parent
5ffc332b48
commit
761b485d9b
1 changed files with 8 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue