[Search] Update load-more, add check-all

Make the 'Load more' button work with the
new filtered results. Added 'ALL' to the top
of the search menu which allows the user to
toggle all of the filtering options easily.
This commit is contained in:
slhale
2015-08-13 13:19:25 -07:00
parent b26aa3cab7
commit 2e767c94c4
4 changed files with 112 additions and 38 deletions

View File

@@ -155,16 +155,27 @@
// from label.checkbox.custom
padding-left: 0;
margin-right: 0;
// Spacing with labels
padding-right: 3px;
}
.search-menu-glyph {
color: white;
padding-left: 3px;
}
&:hover {
// Do nothing
}
&.special {
font-weight: bold;
background-color: lighten($colorBodyBg, 30%);
.search-menu-label {
font-size: 1.1em;
}
}
}
}
}