diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
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"] { | |||
18 | max-width: 20vw; | 18 | max-width: 20vw; |
19 | } | 19 | } |
20 | 20 | ||
21 | 21 | img#courbe { | |
22 | max-width: 100% | ||
23 | } | ||
22 | 24 | ||
23 | #sectioncourbe { | 25 | #sectioncourbe { |
24 | display: none; | 26 | display: none; |
@@ -32,6 +34,7 @@ input[type="text"] { | |||
32 | width: 25em; | 34 | width: 25em; |
33 | height: 20em; | 35 | height: 20em; |
34 | display:none; | 36 | display:none; |
37 | max-width: 100% | ||
35 | } | 38 | } |
36 | 39 | ||
37 | #courbe_warnings { | 40 | #courbe_warnings { |
@@ -71,9 +74,7 @@ input[type="text"] { | |||
71 | } | 74 | } |
72 | 75 | ||
73 | #import_donnees input { | 76 | #import_donnees input { |
74 | opacity: 0; | 77 | display: none; |
75 | position: absolute; | ||
76 | z-index: -1; | ||
77 | } | 78 | } |
78 | 79 | ||
79 | .bouton { | 80 | .bouton { |