Subversion Repositories eFlore/Applications.cel

Rev

Rev 1380 | Rev 1403 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1380 Rev 1384
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*+--------------------------------------------------------------------------------------------------------+*/
2
/*+--------------------------------------------------------------------------------------------------------+*/
3
/* Balises */
3
/* Balises */
4
footer p{
4
footer p{
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
/*+--------------------------------------------------------------------------------------------------------+*/
10
/*+--------------------------------------------------------------------------------------------------------+*/
11
/* Générique */
11
/* Générique */
-
 
12
#zone-appli {
-
 
13
	width:260px;
-
 
14
}
-
 
15
 
12
.discretion {
16
.discretion {
13
	color:grey;
17
	color:grey;
14
	font-family:arial;
18
	font-family:arial;
15
	font-size:11px;
19
	font-size:11px;
16
	line-height: 13px;
20
	line-height: 13px;
17
}
21
}
18
 
22
 
19
.droite {
23
.droite {
20
	float:right;
24
	float:right;
21
}
25
}
22
 
26
 
23
.texte_droite {
27
.texte_droite {
24
	text-align:right;
28
	text-align:right;
25
}
29
}
26
.texte_centre {
30
.texte_centre {
27
	text-align:center;
31
	text-align:center;
28
}
32
}
29
.modal-fenetre{
33
.modal-fenetre{
30
	position:fixed;
34
	position:fixed;
31
	z-index:1000;
35
	z-index:1000;
32
	top:0;
36
	top:0;
33
	left:0;
37
	left:0;
34
	height:100%;
38
	height:100%;
35
	width:100%;
39
	width:100%;
36
	background:#777;
40
	background:#777;
37
	background:rgba(90,86,93,0.7);
41
	background:rgba(90,86,93,0.7);
38
	text-align:center;
42
	text-align:center;
39
}
43
}
40
.modal-contenu{
44
.modal-contenu{
41
	position:relative;
45
	position:relative;
42
	width:30%;
46
	width:30%;
43
	margin:0 auto;
47
	margin:0 auto;
44
	top:30%;
48
	top:30%;
45
}
49
}
46
/*+--------------------------------------------------------------------------------------------------------+*/
50
/*+--------------------------------------------------------------------------------------------------------+*/
47
/* Formulaire spécifique */
51
/* Formulaire spécifique */
-
 
52
 
-
 
53
h1#widget-titre {
-
 
54
	font-size: 18px;
-
 
55
}
-
 
56
 
48
#date_debut, #date_fin {
57
#date_debut, #date_fin {
49
	width: 67px;
58
	width: 67px;
50
}
59
}
-
 
60
 
-
 
61
.conteneur_date_fin {
-
 
62
	float: right;
-
 
63
    padding-right: 35px;
-
 
64
}
-
 
65
 
-
 
66
.conteneur_date_debut {
-
 
67
    padding-left: 20px;
-
 
68
}
51
 
69
 
52
.conteneur_date {
70
.conteneur_date {
53
	width: 80px;
71
	width: 80px;
54
}
72
}
55
 
73
 
56
input.error {
74
input.error {
57
	border: 1px solid red;
75
	border: 1px solid red;
58
}
76
}
-
 
77
 
-
 
78
label.error {
-
 
79
	color: red;
-
 
80
}
-
 
81
 
-
 
82
#form-export-obs input.large {
-
 
83
	width: 230px;
-
 
84
}
59
 
85
 
60
/*+--------------------------------------------------------------------------------------------------------+*/
86
/*+--------------------------------------------------------------------------------------------------------+*/
61
/* Correction style CSS Bootstrap */
87
/* Correction style CSS Bootstrap */
62
.well {
88
.well {
63
	margin-bottom: 5px;
89
	margin-bottom: 5px;
64
	padding: 4px;
90
	padding: 4px;
65
}
91
}