Implements a search

This commit is contained in:
2016-02-15 18:24:27 +01:00
parent 0170bf99ad
commit e9e1adf089
6 changed files with 117 additions and 9 deletions

View File

@@ -108,3 +108,15 @@ body > .container-fluid {
.album .album-ellipsis p:last-child{
margin-bottom: 15px;
}
.search-result {
position: relative;
}
.search-score {
position:absolute;
right:15px;
top:0;
}
.search-result > h4 {
padding-top: 15px;
}