X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=static%2Fstyle.css;fp=static%2Fstyle.css;h=58fdd2418fd554889d8ac4de0b224d7f0a49ad27;hp=3113832076741ee02f842c5967d247a56f38e3e9;hb=be2bf5155489b103e616845ffedb1a58c3808c48;hpb=a46e126967995e8483b4da81a1f3b586266ee86d diff --git a/static/style.css b/static/style.css index 3113832..58fdd24 100644 --- a/static/style.css +++ b/static/style.css @@ -13,6 +13,7 @@ body { #export { width: 25em; height: 20em; + display:none; } #courbe_warnings { @@ -22,3 +23,15 @@ body { #courbe_erreurs { display: none; } + +#import_donnees, #pref_graphique{ + display: none; +} + +.bouton { + text-decoration: underline; +} + +.bouton:hover { + cursor:pointer; +}