Subversion Repositories eFlore/Applications.cel

Rev

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
}
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
}
1217 jpm 20
.centre {
21
	text-align:center;
22
}
1210 jpm 23
/*+--------------------------------------------------------------------------------------------------------+*/
24
/* Formulaire spécifique */
25
#map-canvas {
26
	height:240px;
27
}
28
#info-commune {
29
	text-align:right;
30
}
1215 jpm 31
.ns-retenu {
32
	font-weight:bold;
33
}
1212 jpm 34
/*+--------------------------------------------------------------------------------------------------------+*/
35
/* Correction style CSS Bootstrap */
36
.well {
37
	margin-bottom: 5px;
38
	padding: 4px;
1215 jpm 39
}
40
.table thead th {
41
	vertical-align:top;
42
	border: 1px solid #DDDDDD !important;
43
}
44
.table tbody td.obs-action, .table tbody td.obs-miniature {
45
	vertical-align:middle;
46
	text-align:center;
47
}
48
.table tbody td.obs-miniature img {
49
	max-width:100px;
50
	max-height:100px;
1212 jpm 51
}