X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=static%2Fstyle.css;h=58fdd2418fd554889d8ac4de0b224d7f0a49ad27;hp=58ddc3b112160162edce5a08eb4e0c9a953114d3;hb=be2bf5155489b103e616845ffedb1a58c3808c48;hpb=5679dfd03c9761283e3a36d6d09798aaa334e1e9 diff --git a/static/style.css b/static/style.css index 58ddc3b..58fdd24 100644 --- a/static/style.css +++ b/static/style.css @@ -13,4 +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; }