Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1210 Rev 1212
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*+--------------------------------------------------------------------------------------------------------+*/
2
/*+--------------------------------------------------------------------------------------------------------+*/
3
/* Balises */
3
/* Balises */
4
footer p{
4
footer p{
5
	text-align:center;
5
	text-align:center;
6
}
6
}
7
/*+--------------------------------------------------------------------------------------------------------+*/
7
/*+--------------------------------------------------------------------------------------------------------+*/
8
/* Générique */
8
/* Générique */
9
.discretion {
9
.discretion {
10
	color:grey;
10
	color:grey;
11
	font-family:arial;
11
	font-family:arial;
12
	font-size:11px;
12
	font-size:11px;
13
}
13
}
14
.droite {
14
.droite {
15
	text-align:right;
15
	text-align:right;
16
}
16
}
17
/*+--------------------------------------------------------------------------------------------------------+*/
17
/*+--------------------------------------------------------------------------------------------------------+*/
18
/* Formulaire spécifique */
18
/* Formulaire spécifique */
19
#map-canvas {
19
#map-canvas {
20
	height:240px;
20
	height:240px;
21
}
21
}
22
#info-commune {
22
#info-commune {
23
	text-align:right;
23
	text-align:right;
24
}
24
}
-
 
25
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
26
/* Correction style CSS Bootstrap */
-
 
27
.well {
-
 
28
	margin-bottom: 5px;
-
 
29
	padding: 4px;
-
 
30
}
25
31