enlarge holiday selector checkbox click area

This commit is contained in:
Felix Niklas 2016-02-08 17:27:04 +01:00
parent 772746a710
commit e4b50527c1

View file

@ -9,8 +9,8 @@
<tbody>
<% for day, meta of @days: %>
<tr <% if !meta.active: %>class="is-inactive"<% end %> data-date="<%= day %>">
<td>
<label class="checkbox-replacement">
<td class="u-positionOrigin">
<label class="checkbox-replacement checkbox-replacement--fullscreen">
<input type="checkbox" <% if meta.active: %>checked<% end %> class="js-active" name="{boolean}public_holidays::<%= day %>::active" value="true">
<%- @Icon('checkbox', 'icon-unchecked') %>
<%- @Icon('checkbox-checked', 'icon-checked') %>