[Search] Search menu & display tweaks

Clicking on names of options in the search
menu will now toggle the checkboxes. The
filter options display now says when no
filters are selected. Slightly moved the
search menu to the left.
This commit is contained in:
slhale
2015-08-14 11:06:40 -07:00
parent 94662cb904
commit bcea3832ed
4 changed files with 56 additions and 45 deletions

View File

@@ -355,7 +355,7 @@ ul.tree {
.search-holder .search .search-bar .search-menu-holder {
float: right;
margin-top: 17px;
left: -25px; }
left: -50px; }
/* line 151, ../sass/search/_search.scss */
.search-holder .search .search-bar .search-menu-holder .search-menu {
border-top: 0; }
@@ -391,7 +391,7 @@ ul.tree {
.search-holder .search .search-bar .search-menu-holder:after {
position: absolute;
top: -6px;
left: 10px;
left: 35px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #5e5e5e;