summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 58fdd2418fd554889d8ac4de0b224d7f0a49ad27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
body {
	background-color:#CCCCCC;
}

#sectioncourbe {
	display: none;
}

#sectionexport {
	display: none;
}

#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;
}