Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 206 | Rev 238 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
206 aurelien 1
#contenu_application {
2
 
3
}
4
 
5
.conteneur_carte {
6
	height: 450px;
7
	width: 100%;
8
}
9
 
10
#table_dates {
11
	width: 100%;
12
}
13
 
14
#table_dates tbody {
15
	border: none;
16
	margin-top: 0;
17
	padding-top: 0;
18
}
19
 
20
#conteneur_slider_date {
21
	padding-top:10px;
22
	width: 100%;
23
	padding-bottom: 0px;
24
}
25
 
26
#slider_date .ui-slider-handle {
27
	background: none;
28
	background-color:#ACC700;
29
}
30
 
31
.selecteur_critere {
32
	padding-right: 5px;
33
}
34
 
35
.criteres {
36
	padding-bottom: 10px;
37
}
38
 
39
#conteneur_selecteur_liste_annees {
40
	padding-top: 10px;
41
}
42
 
43
.conteneur_date {
44
	display: table-cell;
45
	text-align:center;
46
}
210 aurelien 47
 
48
/* =========================== Styles des différents stades ============================ */
49
 
50
.stade_feuillaison {
51
	background-color: #ACC700;
52
}
53
 
54
.stade_floraison {
55
	background-color: #B549B9;
56
}
57
 
58
.stade_fructification {
59
	background-color: #FF7F00;
60
}
61
 
62
.stade_senescence {
63
	background-color: #BF3600;
64
}
65
 
66
.stade_1ere_apparition {
67
	background-color: #B549B9;
68
}