Subversion Repositories eFlore/Applications.cel

Rev

Rev 1212 | 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
}
1215 jpm 7
button img {
8
	display:block;
9
}
1210 jpm 10
/*+--------------------------------------------------------------------------------------------------------+*/
11
/* Générique */
12
.discretion {
13
	color:grey;
14
	font-family:arial;
15
	font-size:11px;
16
}
17
.droite {
18
	text-align:right;
19
}
20
/*+--------------------------------------------------------------------------------------------------------+*/
21
/* Formulaire spécifique */
22
#map-canvas {
23
	height:240px;
24
}
25
#info-commune {
26
	text-align:right;
27
}
1215 jpm 28
.ns-retenu {
29
	font-weight:bold;
30
}
1212 jpm 31
/*+--------------------------------------------------------------------------------------------------------+*/
32
/* Correction style CSS Bootstrap */
33
.well {
34
	margin-bottom: 5px;
35
	padding: 4px;
1215 jpm 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;
1212 jpm 48
}