Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1674 Rev 1713
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 {
12
#zone-appli {
13
	width:260px;
13
	width:260px;
14
}
14
}
15
 
15
 
16
.discretion {
16
.discretion {
17
	color:grey;
17
	color:grey;
18
	font-family:arial;
18
	font-family:arial;
19
	font-size:11px;
19
	font-size:11px;
20
	line-height: 13px;
20
	line-height: 13px;
21
}
21
}
22
 
22
 
23
.droite {
23
.droite {
24
	float:right;
24
	float:right;
25
}
25
}
26
 
26
 
27
.texte_droite {
27
.texte_droite {
28
	text-align:right;
28
	text-align:right;
29
}
29
}
30
.texte_centre {
30
.texte_centre {
31
	text-align:center;
31
	text-align:center;
32
}
32
}
33
.modal-fenetre{
33
.modal-fenetre{
34
	position:fixed;
34
	position:fixed;
35
	z-index:1000;
35
	z-index:1000;
36
	top:0;
36
	top:0;
37
	left:0;
37
	left:0;
38
	height:100%;
38
	height:100%;
39
	width:100%;
39
	width:100%;
40
	background:#777;
40
	background:#777;
41
	background:rgba(90,86,93,0.7);
41
	background:rgba(90,86,93,0.7);
42
	text-align:center;
42
	text-align:center;
43
}
43
}
44
.modal-contenu{
44
.modal-contenu{
45
	position:relative;
45
	position:relative;
46
	width:30%;
46
	width:30%;
47
	margin:0 auto;
47
	margin:0 auto;
48
	top:30%;
48
	top:30%;
49
}
49
}
50
/*+--------------------------------------------------------------------------------------------------------+*/
50
/*+--------------------------------------------------------------------------------------------------------+*/
51
/* Formulaire spécifique */
51
/* Formulaire spécifique */
52
 
52
 
53
h1#widget-titre {
53
h1#widget-titre {
54
	font-size: 18px;
54
	font-size: 18px;
55
}
55
}
56
 
56
 
57
#date_debut, #date_fin {
57
#date_debut, #date_fin {
58
	width: 67px;
58
	width: 67px;
59
}
59
}
60
 
60
 
61
.conteneur_date_fin {
61
.conteneur_date_fin {
62
	float: right;
62
	float: right;
63
    padding-right: 35px;
63
    padding-right: 35px;
64
}
64
}
65
 
65
 
66
.conteneur_date_debut {
66
.conteneur_date_debut {
67
    padding-left: 20px;
67
    padding-left: 20px;
68
}
68
}
69
 
69
 
70
.conteneur_date {
70
.conteneur_date {
71
	width: 80px;
71
	width: 80px;
72
}
72
}
73
 
73
 
74
input.error {
74
input.error {
75
	border: 1px solid red;
75
	border: 1px solid red;
76
}
76
}
77
 
77
 
78
label.error {
78
label.error {
79
	color: red;
79
	color: red;
80
}
80
}
81
 
81
 
82
#form-export-obs input.large {
82
#form-export-obs input.large {
83
	width: 230px;
83
	width: 230px;
84
}
84
}
85
 
85
 
86
.label_selection_format, .selection_format {
86
.label_selection_format, .selection_format {
87
	display: inline;
87
	display: inline;
88
}
88
}
89
 
89
 
90
label.titre_format_export {
90
label.titre_format_export {
91
	margin-bottom: 0px;
91
	margin-bottom: 0px;
92
}
92
}
93
 
93
 
94
#format_xls, #format_csv, #format_pdf {
94
#format_xls, #format_csv {
95
	margin-left: 30px;
95
	margin-left: 30px;
96
}
96
}
97
 
97
 
98
.conteneur_selection_format {
98
.conteneur_selection_format {
99
	margin-bottom: 10px;	
99
	margin-bottom: 10px;	
100
}
100
}
101
 
101
 
102
.conteneur_selection_format ul {
102
.conteneur_selection_format ul {
103
	list-style-type:none;
103
	list-style-type:none;
104
}
104
}
105
 
105
 
106
.attention {
106
.attention {
107
	background-color:#e7ebfd;
107
	background-color:#e7ebfd;
108
	background-image:url("../images/information.png");
108
	background-image:url("../images/information.png");
109
}
109
}
110
.attention {
110
.attention {
111
	display:inline-block;
111
	display:inline-block;
112
	background-repeat:no-repeat;
112
	background-repeat:no-repeat;
113
	background-position:5px 50%;
113
	background-position:5px 50%;
114
	padding:10px 5px 5px 40px;
114
	padding:10px 5px 5px 40px;
115
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
115
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
116
	max-width:600px;
116
	max-width:600px;
117
	min-height:20px;
117
	min-height:20px;
118
	margin-top: 5px;
118
	margin-top: 5px;
119
	display:none;
119
	display:none;
120
}
120
}
121
 
121
 
122
/*+--------------------------------------------------------------------------------------------------------+*/
122
/*+--------------------------------------------------------------------------------------------------------+*/
123
/* Correction style CSS Bootstrap */
123
/* Correction style CSS Bootstrap */
124
.well {
124
.well {
125
	margin-bottom: 5px;
125
	margin-bottom: 5px;
126
	padding: 4px;
126
	padding: 4px;
127
}
127
}