maj referent non fini

This commit is contained in:
Jerome Morjon 2015-02-20 02:54:06 +01:00
parent 5b03b1ac6e
commit c41c6af4a1
3 changed files with 31 additions and 11 deletions

View File

@ -91,7 +91,22 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
width : 15%;
}
/* switch checkbox */
.mesFiltres
{
width : 20%;
border: 1px solid black;
margin: 2%;
}
.icon_del
{
height: 20px;
width: 20px;
}
/* ---------------------------- switch checkbox ---------------------------------*/
.ios7-switch {
display: inline-block;

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -100,40 +100,45 @@
<div class="col-md-8 filtred">
<div>
<div>
<legend>Critères</legend>
<select class="form-control comboSearch">
<option selected="selected">Selectionner catégorie</option>
<option>1</option>
<option>2</option>
</select>
<option>2</option>
</select>
<select class="form-control comboSearch">
<option selected="selected">Tous les éléments</option>
<option>1</option>
<option>2</option>
</select>
<button style="margin-top: 5px" class="btn btn-primary">Ajouter</button>
<button class="btn btn-primary">Ajouter</button>
</div>
<form class="form-inline">
<div>
<input type="text" class="form-control comboSearch" required="required" name="name" placeholder="Rechercher">
<button class="btn btn-primary">Ajouter</button>
</div>
<div>
<form class="form-inline mesFiltres">
<legend>Mes filtres</legend>
<table class="table">
<tr>
<td>Montagne: noire</td>
<td>Supprimer</td>
<td><a href="" ><img class="icon_del" src="/pictures/setting_picture/delete_icon.png" alt="Supprimer" /></a></td>
</tr>
<tr>
<td>couleur: bleu</td>
<td>Supprimer</td>
<td><a href="" ><img class="icon_del" src="/pictures/setting_picture/delete_icon.png" alt="Supprimer" /></a></td>
</tr>
<tr>
<td>âge: 10 ans</td>
<td>Supprimer</td>
<td><a href="" ><img class="icon_del" src="/pictures/setting_picture/delete_icon.png" alt="Supprimer" /></a></td>
</tr>
</table>
</form>
</div>
</div>
@endsection