Subversion Repositories eFlore/Applications.cel

Rev

Rev 3131 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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