mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Better sizing on filtering field and button, and search-button in list positioning
This commit is contained in:
		| @@ -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{ | ||||
|   | ||||
| @@ -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"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user