Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 247 | Details | Compare with Previous | Last modification | View Log | RSS feed

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