Subversion Repositories eFlore/Applications.cel

Rev

Rev 1240 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1240 Rev 1249
Line 11... Line 11...
11
/* Générique */
11
/* Générique */
12
.discretion {
12
.discretion {
13
	color:grey;
13
	color:grey;
14
	font-family:arial;
14
	font-family:arial;
15
	font-size:11px;
15
	font-size:11px;
-
 
16
	line-height: 13px;
16
}
17
}
17
.droite {
18
.droite {
18
	text-align:right;
19
	text-align:right;
19
}
20
}
20
.centre {
21
.centre {
21
	text-align:center;
22
	text-align:center;
22
}
23
}
-
 
24
.modal-fenetre{
-
 
25
	position:fixed;
-
 
26
	z-index:1000;
-
 
27
	top:0;
-
 
28
	left:0;
-
 
29
	height:100%;
-
 
30
	width:100%;
-
 
31
	background:#777;
-
 
32
	background:rgba(90,86,93,0.7);
-
 
33
	text-align:center;
-
 
34
}
-
 
35
.modal-contenu{
-
 
36
	position:relative;
-
 
37
	width:30%;
-
 
38
	margin:0 auto;
-
 
39
	top:30%;
-
 
40
}
23
/*+--------------------------------------------------------------------------------------------------------+*/
41
/*+--------------------------------------------------------------------------------------------------------+*/
24
/* Formulaire spécifique */
42
/* Formulaire spécifique */
25
#map-canvas {
43
#map-canvas {
26
	height:240px;
44
	height:240px;
27
}
45
}