X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=static%2Fstyle.css;h=667bc01e4893e39f514ca29bf62aa9cc79b43105;hp=a66176235b0d35cdaedeba40be183e57e2fa5794;hb=85e9aa73264a0e8669074444807054a20d3d805d;hpb=442a69cbb7957120b908dd59abef0a315906ad2d diff --git a/static/style.css b/static/style.css index a661762..667bc01 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; } @@ -49,8 +49,12 @@ img#courbe { display: none; } +#prema { + display: none; +} + .icon_button { - display: inline-block; + display: block; cursor: pointer; position: relative; } @@ -74,6 +78,10 @@ img#courbe { display: none; } +.petit { + font-size: 0.8em; +} + .bouton { text-decoration: underline; } @@ -81,3 +89,7 @@ img#courbe { .bouton:hover { cursor:pointer; } + +.donneesplus { + display: none; +}