do not make all checkboxes in the world invisible

This commit is contained in:
Thomas Steen Rasmussen 2017-05-23 23:11:32 +02:00
parent a0a8d65f34
commit 903b214d86
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
name="event-type-{{ type.slug }}"
id="event-type-{{ type.slug }}"
value="{{ type.slug }}"
class="form-control event-type-checkbox" />
class="form-control event-type-checkbox schedule-checkbox" />
<div class="btn-group">
<label for="event-type-{{ type.slug }}" class="btn btn-default" style="min-width: 200px; text-align: left;">
@ -54,7 +54,7 @@
id="location-{{ location.slug }}"
name="locations"
value="{{ location.slug }}"
class="form-control location-checkbox" />
class="form-control location-checkbox schedule-checkbox" />
<div class="btn-group">
<label for="location-{{ location.slug }}" class="btn btn-default" style="min-width: 200px; text-align: left;">

View file

@ -235,7 +235,7 @@ footer {
flex-wrap: wrap;
}
.form-group input[type="checkbox"] {
.form-group .schedule-checkbox {
display: none;
}