Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2540 Rev 3131
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
 
2
 
3
#zone-appli {
3
#zone-appli {
4
	width:280px;
4
	width:280px;
-
 
5
	font-family: Muli,sans-serif;
-
 
6
	font-size: 12px;
5
}
7
}
6
 
8
 
7
h1#widget-titre {
9
h1#widget-titre {
8
	font-size: 18px;
10
	font-size: 15px;
9
	margin-top: 5px;
11
	margin-top: 5px;
10
	margin-bottom: 0;
12
	margin-bottom: 0;
11
	font-weight: bold;
13
	font-weight: bold;
12
}
14
}
13
label {
15
label {
14
	font-weight: normal;
16
	font-weight: normal;
15
	font-size: 13px;
17
	font-size: 12px;
16
	margin-top: 5px;
18
	margin-top: 5px;
17
	margin-bottom: 0;
19
	margin-bottom: 0;
18
}
20
}
-
 
21
.clear {
-
 
22
	clear: both;
-
 
23
	height: 0; overflow: hidden; /* Précaution pour IE 7 */
-
 
24
}
19
input[type="text"] {
25
input[type="text"] {
20
	height: 28px;
26
	height: 28px;
21
	padding-left: 2px;
27
	padding-left: 2px;
22
	font-size: 13px;
28
	font-size: 12px;
23
	color: #555555;
29
	color: #555555;
24
}
30
}
25
input.error {
31
input.error {
26
	border: 1px solid red;
32
	border: 1px solid red;
27
}
33
}
28
label.error {
34
label.error {
29
	color: red;
35
	color: red;
30
}
36
}
31
 
37
 
32
.conteneur_dates {
38
.conteneur_dates {
33
	width: 200px;
39
	width: 200px;
34
	margin: auto;
40
	margin: auto;
35
	margin-top: 2px;
41
	margin-top: 2px;
36
}
42
}
37
.conteneur_date {
43
.conteneur_date {
38
	width: 90px;
44
	width: 90px;
39
	float: left;
45
	float: left;
40
	margin-right: 5px;
46
	margin-right: 5px;
41
}
47
}
42
#date_debut, #date_fin {
48
#date_debut, #date_fin {
43
	width: 87px;
49
	width: 87px;
44
}
50
}
45
 
51
 
46
#form-export-obs input.large {
52
#form-export-obs input.large {
47
	width: 230px;
53
	width: 230px;
48
}
54
}
49
 
55
 
50
.conteneur_selection_format ul {
56
.conteneur_selection_format ul {
51
	list-style-type:none;
57
	list-style-type:none;
52
}
58
}
53
.conteneur_selection_champ div {
59
.conteneur_selection_champ div {
54
	font-size: 13px;
60
	font-size: 13px;
55
}
61
}
56
 
62
 
57
select#pays {
63
select#pays {
58
    font-size: 13px;
64
    font-size: 12px;
59
    height: 30px;
65
    height: 30px;
60
    width: 230px;
66
    width: 230px;
61
    padding-left: 1px;
67
    padding-left: 1px;
62
}
68
}
63
 
69
 
64
.attention {
70
.attention {
65
	background-color:#e7ebfd;
71
	background-color:#e7ebfd;
66
	background-image:url("../images/information.png");
72
	background-image:url("../images/information.png");
67
}
73
}
68
.attention {
74
.attention {
69
	display:inline-block;
75
	display:inline-block;
70
	background-repeat:no-repeat;
76
	background-repeat:no-repeat;
71
	background-position:5px 50%;
77
	background-position:5px 50%;
72
	padding:10px 5px 5px 40px;
78
	padding:10px 5px 5px 40px;
73
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
79
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
74
	max-width:600px;
80
	max-width:600px;
75
	min-height:20px;
81
	min-height:20px;
76
	margin-top: 5px;
82
	margin-top: 5px;
77
	display:none;
83
	display:none;
78
}
84
}
79
 
85
 
80
/* Correction jQuery-ui */
86
/* Correction jQuery-ui */
81
 
87
 
82
ul.ui-autocomplete {
88
ul.ui-autocomplete {
83
	font-size: 13px;
89
	font-size: 12px;
84
}
90
}
85
 
91
 
86
/* Correction Bootstrap */
92
/* Correction Bootstrap */
87
 
93
 
88
.well {
94
.well {
89
	margin-bottom: 5px;
95
	margin-bottom: 5px;
90
	padding: 4px;
96
	padding: 4px;
-
 
97
	background-color: #fcfaf5;
91
}
98
}
92
#checkbox_set_cols input {
99
#checkbox_set_cols input {
93
	margin-right: 10px;
100
	margin-right: 10px;
94
}
101
}
95
label.radio {
102
label.radio {
96
	margin-top: 5px;
103
	margin-top: 5px;
97
	margin-bottom: 5px;
104
	margin-bottom: 5px;
98
}
105
}
99
.btn {
106
.btn {
100
	padding: 4px 8px;
107
	padding: 4px 8px;
-
 
108
	font-size: 11px;
-
 
109
}
-
 
110
.btn-success {
-
 
111
	background-color: #b3c954;
-
 
112
	border-color: #b3c954;
-
 
113
}
-
 
114
.btn-success:hover {
-
 
115
	background-color: #88a842;
-
 
116
	border-color: #88a842;
-
 
117
}
-
 
118
 
-
 
119
.panel {
-
 
120
	font-size: 12px;
-
 
121
}
-
 
122
 
-
 
123
.panel-body {
-
 
124
	padding: 5px;
-
 
125
}
-
 
126
.panel-title {
101
	font-size: 13px;
127
	font-size: 13px;
-
 
128
}
-
 
129
.panel-heading {
-
 
130
	padding: 4px 8px;
-
 
131
	background-color : hsla(0,0%,94%,.5);
-
 
132
	font-size: 11px;
102
}
133
}
103
134