[Search] Fix results display

Search results are now properly displayed again.
This commit is contained in:
slhale
2015-08-12 13:05:30 -07:00
parent 0218bad9e8
commit eefc746567
2 changed files with 126 additions and 125 deletions

View File

@@ -32,19 +32,21 @@
margin-top: 10px;
.search {
position: relative;
.search-bar {
$heightAdjust: 4px;
$textInputHeight: 19px;
$textInputHeight: 19px; // This is equal to the default value, 19px
width: 100%;
margin-top: $heightAdjust;
position: relative;
.search-input {
position: relative;
top: -$heightAdjust;
width: 100%;
height: $textInputHeight;
// For clear button
padding-right: 16px;