[Frontend] Tree sanding and polishing

open #431
Fixed vertical margins problem in tree and search results;
This commit is contained in:
Charles Hacskaylo
2015-12-17 10:49:39 -08:00
parent 0296cfe3c1
commit 941d0d0057
4 changed files with 17 additions and 18 deletions

View File

@@ -128,7 +128,7 @@
}
.active-filter-display {
$s: 0.65em;
$s: 0.7em;
$p: $interiorMargin;
@include box-sizing(border-box);
line-height: 130%;
@@ -147,7 +147,6 @@
.search-results {
@include trans-prop-nice((opacity, visibility), 250ms);
margin-top: $interiorMarginLg; // Always include margin here to fend off the search input
padding-right: $interiorMargin;
.hint {
margin-bottom: $interiorMarginLg;