Subversion Repositories eFlore/Applications.cel

Rev

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

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