X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=static%2Fstyle.css;h=6e565d38dfed2919942b21c17587b55f251e5a05;hp=a66176235b0d35cdaedeba40be183e57e2fa5794;hb=2c023f1aec3a9a4276642bcba5329c9654730ffa;hpb=442a69cbb7957120b908dd59abef0a315906ad2d diff --git a/static/style.css b/static/style.css index a661762..6e565d3 100644 --- a/static/style.css +++ b/static/style.css @@ -22,7 +22,7 @@ img#courbe { max-width: 100% } -#sectioncourbe { +#sectioncourbe, #section_courbe_poids, #section_courbe_taille { display: none; } @@ -50,7 +50,7 @@ img#courbe { } .icon_button { - display: inline-block; + display: block; cursor: pointer; position: relative; } @@ -74,6 +74,10 @@ img#courbe { display: none; } +.petit { + font-size: 0.8em; +} + .bouton { text-decoration: underline; } @@ -81,3 +85,7 @@ img#courbe { .bouton:hover { cursor:pointer; } + +.donneesplus { + display: none; +}