Skip to content
Snippets Groups Projects

Resolve "Appointment type list"

Merged Valentin Groues requested to merge 66-appointment-type-list into master
8 files
+ 48
16
Compare changes
  • Side-by-side
  • Inline
Files
8
  • ff75c19c
    #66 - show appointments types list as checkboxes · ff75c19c
    Valentin Groues authored
+ 21
0
.multi-checkboxes ul {
list-style: none;
column-count: 3;
-moz-column-count: 3;
-webkit-column-count: 3;
}
.multi-checkboxes li {
margin: 0;
padding: 0;
}
.flag-icon {
height: 20px;
}
.multi-checkboxes .form-control:not(select) {
-moz-appearance: initial;
-webkit-appearance: initial;
appearance: initial;
}
\ No newline at end of file
Loading