Subversion Repositories eFlore/Applications.cel

Rev

Rev 1344 | 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;
1249 jpm 16
	line-height: 13px;
1210 jpm 17
}
18
.droite {
19
	text-align:right;
20
}
1217 jpm 21
.centre {
22
	text-align:center;
23
}
1249 jpm 24
.modal-fenetre{
25
	position:fixed;
26
	z-index:1000;
27
	top:0;
28
	left:0;
29
	height:100%;
30
	width:100%;
31
	background:#777;
32
	background:rgba(90,86,93,0.7);
33
	text-align:center;
34
}
35
.modal-contenu{
36
	position:relative;
37
	width:30%;
38
	margin:0 auto;
39
	top:30%;
40
}
1210 jpm 41
/*+--------------------------------------------------------------------------------------------------------+*/
42
/* Formulaire spécifique */
43
#map-canvas {
44
	height:240px;
45
}
46
#info-commune {
47
	text-align:right;
48
}
1215 jpm 49
.ns-retenu {
50
	font-weight:bold;
51
}
1240 jpm 52
.nn{
53
	color:#3B9D3B;
54
}
55
.nom-sci{
56
	font-size:1.5em;
57
	font-weight:bold;
58
}
59
.commune, .date{
60
	font-size:1.3em;
61
	font-weight:bold;
62
}
63
.obs-action{
64
	opacity:1;
65
}
66
.miniature{
67
	max-width:100px;
68
}
1476 aurelien 69
.referentiel-obs {
70
	color:#3B9D3B;
71
}
72
#referentiel {
73
	display: inline;
74
}
1212 jpm 75
/*+--------------------------------------------------------------------------------------------------------+*/
76
/* Correction style CSS Bootstrap */
77
.well {
78
	margin-bottom: 5px;
79
	padding: 4px;
1240 jpm 80
}