X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=static%2Fstyle.css;h=58fdd2418fd554889d8ac4de0b224d7f0a49ad27;hb=be2bf5155489b103e616845ffedb1a58c3808c48;hp=3216d34c262fcc3fded70e05018d3cc3d6d4e8f3;hpb=66a3e38cc085dc000776d3e2ad3acd7ef57068a3;p=perso%2FDenise%2Foms.git diff --git a/static/style.css b/static/style.css index 3216d34..58fdd24 100644 --- a/static/style.css +++ b/static/style.css @@ -13,8 +13,25 @@ body { #export { width: 25em; height: 20em; + display:none; } #courbe_warnings { display: none; } + +#courbe_erreurs { + display: none; +} + +#import_donnees, #pref_graphique{ + display: none; +} + +.bouton { + text-decoration: underline; +} + +.bouton:hover { + cursor:pointer; +}