design/_includes/filter.html
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 19:07:47 +0200
changeset 167 1f340f3597a8
parent 115 b5d11572f1ed
permissions -rw-r--r--
Adapt css for CreateSession and Navbar components

<div class="filter mb-3">
	<form class="form-inline">
  
	<div class="form-group" style="flex-grow: 1;">
    <input type="text" class="form-control w-100" id="inputPassword2" placeholder="ex : tag:capacitation">
  </div>
  
	<button type="submit" class="btn btn-primary ml-2">filtrer</button>
	
	</form>
</div>