do not make all checkboxes in the world invisible
This commit is contained in:
parent
a0a8d65f34
commit
903b214d86
|
@ -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;">
|
||||
|
|
|
@ -235,7 +235,7 @@ footer {
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.form-group input[type="checkbox"] {
|
||||
.form-group .schedule-checkbox {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue