summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-02-18 20:05:29 +0100
committerDenise sur Lya <sekhmet@lya>2021-02-18 20:05:29 +0100
commitcf0d4c8c36224ca7059e99d03c25abaf694011d7 (patch)
tree2d1642c8576ee5d07dee33b399fae6ef05022b87 /static/style.css
parenta680b2f78891692be215013481e167da2fffb5d8 (diff)
downloadoms-cf0d4c8c36224ca7059e99d03c25abaf694011d7.tar.gz
oms-cf0d4c8c36224ca7059e99d03c25abaf694011d7.tar.zst
oms-cf0d4c8c36224ca7059e99d03c25abaf694011d7.zip
extrapolation des courbes et calculs associƩs
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 667bc01..2c2358e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -10,6 +10,13 @@ h1 {
10 text-align: center; 10 text-align: center;
11} 11}
12 12
13.bandeau_beta {
14 background: #F5BF62;
15 border-style: solid;
16 border-width: 3px ;
17 padding: 0px 5px ;
18}
19
13#warnings { 20#warnings {
14 background: #ff8060; 21 background: #ff8060;
15} 22}
@@ -22,7 +29,7 @@ img#courbe {
22 max-width: 100% 29 max-width: 100%
23} 30}
24 31
25#sectioncourbe, #section_courbe_poids, #section_courbe_taille { 32#sectioncourbe, #section_courbe_poids, #section_courbe_taille, #section_extradonnees {
26 display: none; 33 display: none;
27} 34}
28 35
@@ -45,7 +52,7 @@ img#courbe {
45 display: none; 52 display: none;
46} 53}
47 54
48#pref_graphique { 55#pref_graphique, #extra {
49 display: none; 56 display: none;
50} 57}
51 58