Subversion Repositories eFlore/Applications.cel

Rev

Rev 2365 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2365 Rev 2366
Line 200... Line 200...
200
 
200
 
Line 201... Line 201...
201
#intro {
201
#intro {
Line 202... Line -...
202
 
-
 
203
}
-
 
204
 
-
 
205
#map-canvas {
202
 
206
	height:240px;
203
}
207
}
204
 
208
#info-commune {
205
#info-commune {
209
	text-align:right;
206
	text-align:right;
210
}
207
}
211
.ns-retenu {
208
.ns-retenu {
212
	font-weight:bold;
209
	font-weight:bold;
213
}
210
}
214
.nn{
211
.nn{
215
	color:#3B9D3B;
-
 
216
}
-
 
217
.nom-sci{
-
 
218
	font-size:1.5em;
-
 
219
	font-weight:bold;
212
	color:#3B9D3B;
220
}
-
 
221
.commune, .date{
213
}
-
 
214
.nom-sci {
222
	font-size:1.3em;
215
	font-style: italic;
223
	font-weight:bold;
216
}
224
}
217
 
Line 225... Line 218...
225
.obs-action{
218
.obs-action{
Line 275... Line 268...
275
.miniature-selectionnee {
268
.miniature-selectionnee {
276
	display: block;
269
	display: block;
277
	width: 90px;
270
	width: 90px;
278
}
271
}
Line 279... Line -...
279
 
-
 
280
.referentiel-obs {
-
 
281
	color:#3B9D3B;
-
 
282
}
272
 
283
#referentiel {
273
#referentiel {
284
	display: inline;
274
	display: inline;
Line 285... Line 275...
285
}
275
}
Line 323... Line 313...
323
 
313
 
324
#barre-progression-upload span {
314
#barre-progression-upload span {
325
	color : #333333;
315
	color : #333333;
Line -... Line 316...
-
 
316
}
-
 
317
 
-
 
318
#taxon-liste optgroup + optgroup {
-
 
319
	border-top: 1px solid black;
-
 
320
}
-
 
321
 
-
 
322
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
323
/* Details obs ajoutées*/
-
 
324
.obs-entete {
-
 
325
	margin-bottom: 0;
-
 
326
}
-
 
327
.obs-entete .nom-sci, .obs-entete .commune, .obs-entete .date{
-
 
328
	font-size:1.3em;
-
 
329
	font-weight:bold;
-
 
330
	color: #777;
-
 
331
}
-
 
332
.obs-entete .referentiel-obs {
-
 
333
	color:#3B9D3B;
-
 
334
}
-
 
335
.obs-details span{
-
 
336
	font-style:italic;
-
 
337
	color: #777;
-
 
338
}
-
 
339
 
-
 
340
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
341
/* Google Map*/
-
 
342
#map-canvas {
-
 
343
	height:280px;
-
 
344
}
-
 
345
#map-canvas img{
-
 
346
	max-width: none;
326
}
347
}
327
 
348
 
328
/*+--------------------------------------------------------------------------------------------------------+*/
349
/*+--------------------------------------------------------------------------------------------------------+*/
329
/* Form validation */
350
/* Form validation */
330
/* Validation du formulaire */
351
/* Validation du formulaire */
Line 372... Line 393...
372
	position:absolute;
393
	position:absolute;
373
	right:5px;
394
	right:5px;
374
}
395
}
Line 375... Line 396...
375
 
396
 
376
/*+--------------------------------------------------------------------------------------------------------+*/
397
/*+--------------------------------------------------------------------------------------------------------+*/
377
/*Modal plte-description */
398
/*Modal description */
378
.dsc-imgs {
399
.dsc-imgs {
379
	max-width: 800px;
400
	max-width: 800px;
380
	margin:0 auto;
401
	margin:0 auto;
381
}
402
}