summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2020-06-19 17:05:32 +0200
committerDenise sur Lya <sekhmet@lya>2020-06-19 17:05:32 +0200
commit61020126080c00be471ea41a0b25109469d8bda1 (patch)
tree1300bf4730f56a9a3670a9255a2e5ed8ee4c0b4c /static
parent93ba28a72f0df1e113ad12736839b8c6e12de7ae (diff)
downloadoms-61020126080c00be471ea41a0b25109469d8bda1.tar.gz
oms-61020126080c00be471ea41a0b25109469d8bda1.tar.zst
oms-61020126080c00be471ea41a0b25109469d8bda1.zip
amélioration du code encore
Diffstat (limited to 'static')
-rw-r--r--static/style.css9
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 21img#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 {