Better sizing on filtering field and button, and search-button in list positioning

This commit is contained in:
Kasper Rynning-Tønnesen
2019-03-01 08:25:05 +01:00
parent 73b971cab2
commit af92dd0e3a
2 changed files with 6 additions and 3 deletions

View File

@@ -376,8 +376,11 @@ li.disabled span {
display: flex;
justify-content: center;
align-items: center;
color: white;
color: #fff;
cursor: pointer;
padding-right: 7px;
margin-left: -7px;
margin-top: 5px;
}
.extra-button{

View File

@@ -45,8 +45,8 @@
<p>Here you can search by category. Keep in mind, this uses the category/genre/tags defined by the uploader of the video on YouTube or the song on SoundCloud</p>
<div class="row container">
<form id="filter-form">
<input type="text" class="col s9" name="filtersearch_value" placeholder="Find.." id="filtersearch_input" autocomplete="off" />
<a href="#" class="waves-effect waves-light btn col s2 orange submit-filter-search">Search</a>
<input type="text" class="col s8 m9" name="filtersearch_value" placeholder="Find.." id="filtersearch_input" autocomplete="off" />
<a href="#" class="waves-effect waves-light btn col s4 m2 orange submit-filter-search">Search</a>
</form>
</div>
<div class="filter-results">