From 723d52a6793ba8003412f60f52e21cc2950d487f Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Sun, 25 Jul 2021 12:19:23 +0200 Subject: Modif JS et HTML : message quand les courbes se calculent --- static/style.css | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 4b82077..f72a546 100644 --- a/static/style.css +++ b/static/style.css @@ -21,6 +21,12 @@ h1 { background: #ff8060; } +#statut_courbes { + color: #505050 ; + font-size: 0.9em ; + +} + input[type="text"] { max-width: 20vw; } @@ -46,28 +52,18 @@ img#courbe { display: none; } -#courbe_warnings { +#courbe_warnings, #courbe_erreurs, #pref_graphique, #extra, #multi, #prema{ display: none; } -#courbe_erreurs { - display: none; -} -#pref_graphique, #extra, #multi{ - display: none; -} - -#prema { - display: none; -} .enfants_cache_def{ display: none; } .icon_button { - display: block; + #display: block; cursor: pointer; position: relative; } -- cgit v1.2.3