diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css index ef2c908..435bc13 100644 --- a/SRC/public/css/referent.css +++ b/SRC/public/css/referent.css @@ -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; diff --git a/SRC/public/pictures/setting_picture/delete_icon.png b/SRC/public/pictures/setting_picture/delete_icon.png new file mode 100644 index 0000000..dc136b9 Binary files /dev/null and b/SRC/public/pictures/setting_picture/delete_icon.png differ diff --git a/SRC/resources/views/referent.blade.php b/SRC/resources/views/referent.blade.php index daf20f8..2c8a6a8 100755 --- a/SRC/resources/views/referent.blade.php +++ b/SRC/resources/views/referent.blade.php @@ -100,40 +100,45 @@
-
+
Critères + + - - - +
-
+
+ + +
+ +
+ Mes filtres - + - + - +
Montagne: noireSupprimerSupprimer
couleur: bleuSupprimerSupprimer
âge: 10 ansSupprimerSupprimer
+
@endsection