Add checkboxes for multiselect group view.

This commit is contained in:
Michael Jumper
2013-08-13 16:27:38 -07:00
parent 9b72179d2a
commit c3a6c42b4c
2 changed files with 39 additions and 2 deletions

View File

@@ -251,6 +251,17 @@ div.section {
background: #CDA;
}
.choice .list-item {
display: inline-block;
}
.choice input[type='checkbox'] {
vertical-align: top;
height: 24px;
padding: 0;
margin: 0;
}
.disabled .list-item:not(.selected) {
opacity: 0.25;
}