[Frontend] Minor search enhancements
Fixes #1093 Finessed and cleaned up filters display element; added '# results found' element;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user