Subversion Repositories eFlore/Applications.cel

Rev

Rev 1476 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1476 Rev 1493
Line 5... Line 5...
5
	text-align:center;
5
	text-align:center;
6
}
6
}
7
button img {
7
button img {
8
	display:block;
8
	display:block;
9
}
9
}
-
 
10
 
-
 
11
h1 {
-
 
12
	font-size: 26px;
-
 
13
}
10
/*+--------------------------------------------------------------------------------------------------------+*/
14
/*+--------------------------------------------------------------------------------------------------------+*/
11
/* Générique */
15
/* Générique */
12
.discretion {
16
.discretion {
13
	color:grey;
17
	color:grey;
14
	font-family:arial;
18
	font-family:arial;
Line 19... Line 23...
19
	text-align:right;
23
	text-align:right;
20
}
24
}
21
.centre {
25
.centre {
22
	text-align:center;
26
	text-align:center;
23
}
27
}
24
.modal-fenetre{
28
.modal-fenetre {
25
	position:fixed;
29
	position:fixed;
26
	z-index:1000;
30
	z-index:1000;
27
	top:0;
31
	top:0;
28
	left:0;
32
	left:0;
29
	height:100%;
33
	height:100%;
30
	width:100%;
34
	width:100%;
31
	background:#777;
35
	background:#777;
32
	background:rgba(90,86,93,0.7);
36
	background:rgba(90,86,93,0.7);
33
	text-align:center;
37
	text-align:center;
34
}
38
}
35
.modal-contenu{
39
.modal-contenu {
36
	position:relative;
40
	position:relative;
37
	width:30%;
41
	width:30%;
38
	margin:0 auto;
42
	margin:0 auto;
39
	top:30%;
43
	top:30%;
40
}
44
}
Line 64... Line 68...
64
	opacity:1;
68
	opacity:1;
65
}
69
}
66
.miniature{
70
.miniature{
67
	max-width:100px;
71
	max-width:100px;
68
}
72
}
-
 
73
 
-
 
74
.miniature-chargement {
-
 
75
	height:100px;
-
 
76
	width: 100px;	
-
 
77
}
69
.referentiel-obs {
78
.referentiel-obs {
70
	color:#3B9D3B;
79
	color:#3B9D3B;
71
}
80
}
72
#referentiel {
81
#referentiel {
73
	display: inline;
82
	display: inline;
74
}
83
}
-
 
84
 
-
 
85
#logo-titre {
-
 
86
	position: relative;
-
 
87
    top: -8px;
-
 
88
}
75
/*+--------------------------------------------------------------------------------------------------------+*/
89
/*+--------------------------------------------------------------------------------------------------------+*/
76
/* Correction style CSS Bootstrap */
90
/* Correction style CSS Bootstrap */
77
.well {
91
.well {
78
	margin-bottom: 5px;
92
	margin-bottom: 5px;
79
	padding: 4px;
93
	padding: 4px;