Subversion Repositories eFlore/Applications.cel

Rev

Rev 2110 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2110 Rev 2328
Line 49... Line 49...
49
}
49
}
50
#info-commune {
50
#info-commune {
51
	text-align:right;
51
	text-align:right;
52
}
52
}
53
.ns-retenu {
53
.ns-retenu {
54
	font-weight:bold;	
54
	font-weight:bold;
55
}
55
}
56
.nn{
56
.nn{
57
	color:#3B9D3B;
57
	color:#3B9D3B;
58
}
58
}
59
.nom-sci{
59
.nom-sci{
Line 87... Line 87...
87
	display: block;
87
	display: block;
88
}
88
}
Line 89... Line 89...
89
 
89
 
90
.miniature-chargement {
90
.miniature-chargement {
91
	height:100px;
91
	height:100px;
92
	width: 100px;	
92
	width: 100px;
Line 93... Line 93...
93
}
93
}
94
 
94
 
95
.defilement-miniatures-gauche, .defilement-miniatures-droite {
95
.defilement-miniatures-gauche, .defilement-miniatures-droite {
Line 154... Line 154...
154
}
154
}
Line 155... Line 155...
155
 
155
 
156
#photo-placeholder:hover {
156
#photo-placeholder:hover {
157
	background: url("../img/icones/icone-photo-hover.png");
157
	background: url("../img/icones/icone-photo-hover.png");
158
	background-size: 89px;
158
	background-size: 89px;
159
	border: 5px dashed #111; 
159
	border: 5px dashed #111;
160
	border-radius: 8px;
160
	border-radius: 8px;
Line 161... Line 161...
161
}
161
}
162
 
162
 
Line 166... Line 166...
166
 
166
 
167
.obs-erreur {
167
.obs-erreur {
168
	background-color: #DD6E6E;
168
	background-color: #DD6E6E;
Line -... Line 169...
-
 
169
}
-
 
170
 
-
 
171
#barre-progression-upload span {
-
 
172
	color : #333333;
-
 
173
}
-
 
174
 
-
 
175
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
176
/* Form validation */
-
 
177
/* Validation du formulaire */
-
 
178
label.error {
-
 
179
	font-weight: bold;
-
 
180
	font-style: italic;
-
 
181
	color: #B94A48;
-
 
182
	padding: 0 8px;
-
 
183
}
-
 
184
 
-
 
185
label.valid {
-
 
186
	display: inline-block;
-
 
187
	text-indent: -9999px;
-
 
188
	color: #468847;
-
 
189
	width: 0;
-
 
190
	height: 0;
-
 
191
	padding: 0;
-
 
192
}
-
 
193
 
-
 
194
.control-group.error label {
-
 
195
	font-weight: bold;
-
 
196
}
-
 
197
 
-
 
198
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
199
/* Collapse */
-
 
200
.well .fermer-symbole {
-
 
201
	position: absolute;
-
 
202
	right:0;
-
 
203
}
-
 
204
.well .titre, .fermer {
-
 
205
	margin:0;
-
 
206
	padding: 0;
-
 
207
	font-size: 20px;
-
 
208
	line-height: 20px;
-
 
209
	cursor:pointer;
-
 
210
}
-
 
211
.well .fermer {
-
 
212
	display:block;
-
 
213
	color: black;
-
 
214
}
-
 
215
.well .fermer:hover {
-
 
216
	text-decoration: none;
-
 
217
}
-
 
218
.well .icone {
-
 
219
	position:absolute;
-
 
220
	right:5px;
-
 
221
}
-
 
222
 
-
 
223
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
224
/*Modal plte-description */
-
 
225
.dsc-imgs {
-
 
226
	max-width: 800px;
-
 
227
	margin:0 auto;
-
 
228
}
-
 
229
.dsc-infos {
-
 
230
	max-width: 800px;
-
 
231
}
-
 
232
.dsc-clean {
-
 
233
	clear:both;
-
 
234
}
-
 
235
@media (min-width: 600px) and (max-width: 800px) {
-
 
236
	.dsc-imgs {
-
 
237
		width: 600px;
-
 
238
	}
-
 
239
	.dsc-imgs img {
-
 
240
		width: 290px;
-
 
241
	}
-
 
242
	.dsc-infos {
-
 
243
		width: 600px;
-
 
244
	}
-
 
245
}
-
 
246
@media (min-width: 801px) and (max-width: 1359px) {
-
 
247
	.modal {
-
 
248
		width:800px;
-
 
249
		margin-left:-400px;
-
 
250
	}
-
 
251
	.dsc-imgs {
-
 
252
		width: 780px;
-
 
253
	}
-
 
254
	.dsc-infos {
-
 
255
		width: 700px;
-
 
256
	}
-
 
257
}
-
 
258
@media (min-width: 1360px) {
-
 
259
	.modal {
-
 
260
		width:1360px;
-
 
261
		margin-left:-680px;
-
 
262
	}
-
 
263
	.dsc-imgs {
-
 
264
		float:left;
-
 
265
	}
-
 
266
	.dsc-infos {
-
 
267
		float:left;
-
 
268
		max-width: 500px;
-
 
269
	}
169
}
270
 
170
 
271
}
171
/*+--------------------------------------------------------------------------------------------------------+*/
272
/*+--------------------------------------------------------------------------------------------------------+*/
172
/* Correction style CSS Bootstrap */
273
/* Correction style CSS Bootstrap */
173
.well {
274
.well {
174
	margin-bottom: 5px;
275
	margin-bottom: 5px;
175
	padding: 4px;
276
	padding: 4px;