Subversion Repositories eFlore/Applications.cel

Rev

Rev 1380 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1377 aurelien 1
@CHARSET "UTF-8";
2
/*+--------------------------------------------------------------------------------------------------------+*/
3
/* Balises */
4
footer p{
5
	text-align:center;
6
}
7
button img {
8
	display:block;
9
}
10
/*+--------------------------------------------------------------------------------------------------------+*/
11
/* Générique */
12
.discretion {
13
	color:grey;
14
	font-family:arial;
15
	font-size:11px;
16
	line-height: 13px;
17
}
18
 
19
.droite {
20
	float:right;
21
}
22
 
23
.texte_droite {
24
	text-align:right;
25
}
26
.texte_centre {
27
	text-align:center;
28
}
29
.modal-fenetre{
30
	position:fixed;
31
	z-index:1000;
32
	top:0;
33
	left:0;
34
	height:100%;
35
	width:100%;
36
	background:#777;
37
	background:rgba(90,86,93,0.7);
38
	text-align:center;
39
}
40
.modal-contenu{
41
	position:relative;
42
	width:30%;
43
	margin:0 auto;
44
	top:30%;
45
}
46
/*+--------------------------------------------------------------------------------------------------------+*/
47
/* Formulaire spécifique */
48
#date_debut, #date_fin {
49
	width: 67px;
50
}
51
 
52
.conteneur_date {
53
	width: 80px;
54
}
55
 
56
/*+--------------------------------------------------------------------------------------------------------+*/
57
/* Correction style CSS Bootstrap */
58
.well {
59
	margin-bottom: 5px;
60
	padding: 4px;
61
}