Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 206 | Rev 238 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 210
1
#contenu_application {
1
#contenu_application {
2
 
2
 
3
}
3
}
4
 
4
 
5
.conteneur_carte {
5
.conteneur_carte {
6
	height: 450px;
6
	height: 450px;
7
	width: 100%;
7
	width: 100%;
8
}
8
}
9
 
9
 
10
#table_dates {
10
#table_dates {
11
	width: 100%;	
11
	width: 100%;	
12
}
12
}
13
 
13
 
14
#table_dates tbody {
14
#table_dates tbody {
15
	border: none;
15
	border: none;
16
	margin-top: 0;
16
	margin-top: 0;
17
	padding-top: 0;
17
	padding-top: 0;
18
}
18
}
19
 
19
 
20
#conteneur_slider_date {
20
#conteneur_slider_date {
21
	padding-top:10px;	
21
	padding-top:10px;	
22
	width: 100%;
22
	width: 100%;
23
	padding-bottom: 0px;
23
	padding-bottom: 0px;
24
}
24
}
25
 
25
 
26
#slider_date .ui-slider-handle {
26
#slider_date .ui-slider-handle {
27
	background: none;
27
	background: none;
28
	background-color:#ACC700;
28
	background-color:#ACC700;
29
}
29
}
30
 
30
 
31
.selecteur_critere {
31
.selecteur_critere {
32
	padding-right: 5px;	
32
	padding-right: 5px;	
33
}
33
}
34
 
34
 
35
.criteres {
35
.criteres {
36
	padding-bottom: 10px;	
36
	padding-bottom: 10px;	
37
}
37
}
38
 
38
 
39
#conteneur_selecteur_liste_annees {
39
#conteneur_selecteur_liste_annees {
40
	padding-top: 10px;
40
	padding-top: 10px;
41
}
41
}
42
 
42
 
43
.conteneur_date {
43
.conteneur_date {
44
	display: table-cell;
44
	display: table-cell;
45
	text-align:center;		
45
	text-align:center;		
46
}
46
}
-
 
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
}