From 61020126080c00be471ea41a0b25109469d8bda1 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Fri, 19 Jun 2020 17:05:32 +0200 Subject: =?UTF-8?q?am=C3=A9lioration=20du=20code=20encore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index e2d42ff..0df8e6a 100644 --- a/static/style.css +++ b/static/style.css @@ -18,7 +18,9 @@ input[type="text"] { max-width: 20vw; } - +img#courbe { + max-width: 100% +} #sectioncourbe { display: none; @@ -32,6 +34,7 @@ input[type="text"] { width: 25em; height: 20em; display:none; + max-width: 100% } #courbe_warnings { @@ -71,9 +74,7 @@ input[type="text"] { } #import_donnees input { - opacity: 0; - position: absolute; - z-index: -1; + display: none; } .bouton { -- cgit v1.2.3