Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 247 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 247 Rev 273
1
#contenu_application {
1
#rendu_stations {
2
 
2
	width:100%;
3
}
3
}
4
 
4
 
5
.separation_invisible {
5
.separation_invisible {
6
	clear:both;
6
	clear:both;
7
	visibility:hidden;	
7
	visibility:hidden;	
8
}
8
}
9
 
9
 
10
.droite {
10
.droite {
11
	float: left;
11
	float: left;
12
	padding-left: 10px;	
12
	padding-left: 10px;	
13
}
13
}
14
 
14
 
15
.separation_en_deux > * {
15
.separation_en_deux > * {
16
	width: 49%;
16
	width: 49%;
17
}
17
}
18
 
18
 
19
.conteneur_carte {
19
.conteneur_carte {
20
	height: 450px;
20
	height: 450px;
21
	float: left;
21
	float: left;
22
	padding-top: 10px;
22
	padding-top: 10px;
23
}
23
}
24
 
24
 
25
.selecteur_critere {
25
.selecteur_critere {
26
	padding-right: 5px;	
26
	padding-right: 5px;	
27
}
27
}
28
 
28
 
29
.criteres {
29
.criteres {
30
	padding-bottom: 10px;	
30
	padding-bottom: 10px;	
31
}
31
}
32
 
32
 
33
.lien_vers_profil {
33
.lien_vers_profil {
34
	cursor: pointer;
34
	cursor: pointer;
35
	text-decoration: underline;	
35
	text-decoration: underline;	
36
}
36
}
37
 
37
 
38
.legende {
38
.legende {
39
    border: 1px solid black;
39
    border: 1px solid black;
40
    display: block;
40
    display: block;
41
    float: left;
41
    float: left;
42
    height: 1em;
42
    height: 1em;
43
    width: 20px;
43
    width: 20px;
44
}
44
}