Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1212 Rev 1215
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
button img {
-
 
8
	display:block;
-
 
9
}
7
/*+--------------------------------------------------------------------------------------------------------+*/
10
/*+--------------------------------------------------------------------------------------------------------+*/
8
/* Générique */
11
/* Générique */
9
.discretion {
12
.discretion {
10
	color:grey;
13
	color:grey;
11
	font-family:arial;
14
	font-family:arial;
12
	font-size:11px;
15
	font-size:11px;
13
}
16
}
14
.droite {
17
.droite {
15
	text-align:right;
18
	text-align:right;
16
}
19
}
17
/*+--------------------------------------------------------------------------------------------------------+*/
20
/*+--------------------------------------------------------------------------------------------------------+*/
18
/* Formulaire spécifique */
21
/* Formulaire spécifique */
19
#map-canvas {
22
#map-canvas {
20
	height:240px;
23
	height:240px;
21
}
24
}
22
#info-commune {
25
#info-commune {
23
	text-align:right;
26
	text-align:right;
24
}
27
}
-
 
28
.ns-retenu {
-
 
29
	font-weight:bold;	
-
 
30
}
25
/*+--------------------------------------------------------------------------------------------------------+*/
31
/*+--------------------------------------------------------------------------------------------------------+*/
26
/* Correction style CSS Bootstrap */
32
/* Correction style CSS Bootstrap */
27
.well {
33
.well {
28
	margin-bottom: 5px;
34
	margin-bottom: 5px;
29
	padding: 4px;
35
	padding: 4px;
-
 
36
}
-
 
37
.table thead th {
-
 
38
	vertical-align:top;
-
 
39
	border: 1px solid #DDDDDD !important;
-
 
40
}
-
 
41
.table tbody td.obs-action, .table tbody td.obs-miniature {
-
 
42
	vertical-align:middle;
-
 
43
	text-align:center;
-
 
44
}
-
 
45
.table tbody td.obs-miniature img {
-
 
46
	max-width:100px;
-
 
47
	max-height:100px;
30
}
48
}
31
49