Merge branch 'fix-ifneedbe-checkbox-size' into 'develop'

Increase ifneedbe choice width

Closes #292

See merge request framasoft/framadate!264
This commit is contained in:
Thomas Citharel 2018-03-29 13:07:55 +02:00
commit 05223bfd7b

View File

@ -353,11 +353,11 @@ table.results .btn-link.btn-sm {
position: absolute;
width: 1px;
height: 1px;
padding: 0px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0px, 0px, 0px, 0px);
border: 0px none;
border: 0 none;
}
.choice input:focus + label {
@ -365,7 +365,7 @@ table.results .btn-link.btn-sm {
outline-offset: -2px;
}
.choice {
width:32px;
width: 35px;
margin:0 auto !important;
}
@ -382,7 +382,7 @@ span.edit-username-left {
}
.yes .btn, .ifneedbe .btn, .no .btn {
width:32px;
width: 35px;
color: #555;
}