Subversion Repositories eFlore/Applications.cel

Rev

Rev 2351 | Rev 3131 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2351 Rev 2540
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
 
2
 
3
#zone-appli {
3
#zone-appli {
4
	width:280px;
4
	width:280px;
5
}
5
}
6
 
6
 
7
h1#widget-titre {
7
h1#widget-titre {
8
	font-size: 18px;
8
	font-size: 18px;
9
	margin-top: 5px;
9
	margin-top: 5px;
10
	margin-bottom: 0;
10
	margin-bottom: 0;
11
	font-weight: bold;
11
	font-weight: bold;
12
}
12
}
13
label {
13
label {
14
	font-weight: normal;
14
	font-weight: normal;
15
	font-size: 13px;
15
	font-size: 13px;
16
	margin-top: 5px;
16
	margin-top: 5px;
17
	margin-bottom: 0;
17
	margin-bottom: 0;
18
}
18
}
19
input[type="text"] {
19
input[type="text"] {
20
	height: 28px;
20
	height: 28px;
21
	padding-left: 2px;
21
	padding-left: 2px;
22
	font-size: 13px;
22
	font-size: 13px;
23
	color: #555555;
23
	color: #555555;
24
}
24
}
25
input.error {
25
input.error {
26
	border: 1px solid red;
26
	border: 1px solid red;
27
}
27
}
28
label.error {
28
label.error {
29
	color: red;
29
	color: red;
30
}
30
}
31
 
31
 
32
.conteneur_dates {
32
.conteneur_dates {
33
	width: 200px;
33
	width: 200px;
34
	margin: auto;
34
	margin: auto;
35
	margin-top: 2px;
35
	margin-top: 2px;
36
}
36
}
37
.conteneur_date {
37
.conteneur_date {
38
	width: 90px;
38
	width: 90px;
39
	float: left;
39
	float: left;
40
	margin-right: 5px;
40
	margin-right: 5px;
41
}
41
}
42
#date_debut, #date_fin {
42
#date_debut, #date_fin {
43
	width: 87px;
43
	width: 87px;
44
}
44
}
45
 
45
 
46
#form-export-obs input.large {
46
#form-export-obs input.large {
47
	width: 230px;
47
	width: 230px;
48
}
48
}
49
 
49
 
50
.conteneur_selection_format ul {
50
.conteneur_selection_format ul {
51
	list-style-type:none;
51
	list-style-type:none;
52
}
52
}
53
.conteneur_selection_champ div {
53
.conteneur_selection_champ div {
54
	font-size: 13px;
54
	font-size: 13px;
55
}
55
}
-
 
56
 
-
 
57
select#pays {
-
 
58
    font-size: 13px;
-
 
59
    height: 30px;
-
 
60
    width: 230px;
-
 
61
    padding-left: 1px;
-
 
62
}
56
 
63
 
57
.attention {
64
.attention {
58
	background-color:#e7ebfd;
65
	background-color:#e7ebfd;
59
	background-image:url("../images/information.png");
66
	background-image:url("../images/information.png");
60
}
67
}
61
.attention {
68
.attention {
62
	display:inline-block;
69
	display:inline-block;
63
	background-repeat:no-repeat;
70
	background-repeat:no-repeat;
64
	background-position:5px 50%;
71
	background-position:5px 50%;
65
	padding:10px 5px 5px 40px;
72
	padding:10px 5px 5px 40px;
66
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
73
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
67
	max-width:600px;
74
	max-width:600px;
68
	min-height:20px;
75
	min-height:20px;
69
	margin-top: 5px;
76
	margin-top: 5px;
70
	display:none;
77
	display:none;
71
}
78
}
72
 
79
 
73
/* Correction jQuery-ui */
80
/* Correction jQuery-ui */
74
 
81
 
75
ul.ui-autocomplete {
82
ul.ui-autocomplete {
76
	font-size: 13px;
83
	font-size: 13px;
77
}
84
}
78
 
85
 
79
/* Correction Bootstrap */
86
/* Correction Bootstrap */
80
 
87
 
81
.well {
88
.well {
82
	margin-bottom: 5px;
89
	margin-bottom: 5px;
83
	padding: 4px;
90
	padding: 4px;
84
}
91
}
85
#checkbox_set_cols input {
92
#checkbox_set_cols input {
86
	margin-right: 10px;
93
	margin-right: 10px;
87
}
94
}
88
label.radio {
95
label.radio {
89
	margin-top: 5px;
96
	margin-top: 5px;
90
	margin-bottom: 5px;
97
	margin-bottom: 5px;
91
}
98
}
92
.btn {
99
.btn {
93
	padding: 4px 8px;
100
	padding: 4px 8px;
94
	font-size: 13px;
101
	font-size: 13px;
95
}
102
}