Subversion Repositories eFlore/Applications.cel

Rev

Rev 1210 | Rev 1215 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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