From e3be6ad85a8dcea0dde9c0621b253e96d2a46cb3 Mon Sep 17 00:00:00 2001 From: newick Date: Mon, 26 Nov 2018 11:07:49 +0100 Subject: [PATCH] proposition affichage des dates --- public/dates.html | 4 +--- public/style.css | 6 +++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/public/dates.html b/public/dates.html index 3207bdb4..73eeb101 100644 --- a/public/dates.html +++ b/public/dates.html @@ -34,15 +34,13 @@ diff --git a/public/style.css b/public/style.css index 941029bd..a1419b1d 100644 --- a/public/style.css +++ b/public/style.css @@ -112,7 +112,7 @@ input[type="text"] { } input[type="date"] { - width: 50%; + width: 60%; padding: 5px; border: 1px solid #9b9b9b; border-radius: 4px; @@ -158,6 +158,10 @@ textarea { } i { + color: #4a4a4a; +} + +.fa-trash-alt { color: #9b9b9b; }