Fixing search results overflow, underlining matching text

This commit is contained in:
Dave Gandy 2015-09-01 12:38:41 -04:00
parent ce962ca567
commit 82248f0f01
4 changed files with 6 additions and 9 deletions

View file

@ -1,5 +1,6 @@
.algolia {
text-align: center;
margin-top: -20px;
padding-top: 49px;
a {
color: @text-color;
&:hover { color: @link-hover-color; }
@ -8,4 +9,4 @@
font-size: 32px;
vertical-align: middle;
}
}
}

View file

@ -2,6 +2,7 @@
margin-top: 22px;
.fa-hover {
a {
.text-ellipsis;
display: block;
color: @gray-darker;
line-height: 32px;

View file

@ -35,11 +35,6 @@
#search-results {
em {
font-style: normal;
background: #1fa67a;
text-decoration: underline;
}
}
.algolia {
margin-top: -20px;
padding-top: 45px;
}

View file

@ -29,7 +29,7 @@ relative_path: ../
<a id="search-clear" href="#" class="fa fa-times-circle hide"></a>
</section>
</div>
<div class="col-md-2 col-sm-3 hidden-xs">
<div class="col-md-2 col-sm-3 padding-left-none hidden-xs">
<div class="algolia">
by <a href="https://algolia.com"><i class="fas fas-algolia"></i></a>
</div>