[Frontend] Minor search enhancements

Fixes #1093
Finessed and cleaned up filters display
element; added '# results found' element;
This commit is contained in:
Charles Hacskaylo
2016-08-02 15:57:43 -07:00
parent 2d50a63ca4
commit 06f2c74444
2 changed files with 11 additions and 9 deletions

View File

@@ -126,16 +126,15 @@
$p: $interiorMargin;
box-sizing: border-box;
line-height: 130%;
//padding-left: $s * 2.25;
padding-left: $s * 2;
font-size: $s;
.clear-filters {
color: $colorInputIcon;
opacity: 1;
font-size: 0.9em;
margin-right: $interiorMarginSm;
//position: absolute;
//left: 1px;
position: absolute;
left: 1px;
cursor: pointer;
}
}