From 9ebdd36b49d697ba660700c0e42e0dde3a9a30fc Mon Sep 17 00:00:00 2001 From: Antoine Date: Sun, 22 May 2016 18:56:14 +0200 Subject: [PATCH] =?UTF-8?q?Ajoute=20un=20libell=C3=A9=20au=20champ=20filtr?= =?UTF-8?q?e=20du=20formulaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 3 +++ js/app/templates/filter.hbs | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e063329..20d90cc 100644 --- a/css/style.css +++ b/css/style.css @@ -392,6 +392,9 @@ footer .likely { :-ms-input-placeholder { color: #AEAEAE; } +label { + display: none; +} input { margin: 0; } diff --git a/js/app/templates/filter.hbs b/js/app/templates/filter.hbs index fc95db2..99a814c 100644 --- a/js/app/templates/filter.hbs +++ b/js/app/templates/filter.hbs @@ -1,4 +1,5 @@
- + +