Subversion Repositories eFlore/Applications.moissonnage

Rev

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

Rev 31 Rev 37
Line 289... Line 289...
289
#info-bulle{
289
#info-bulle{
290
	min-height:500px;
290
	min-height:500px;
291
	width:500px;
291
	width:500px;
292
}
292
}
293
#observations {
293
#observations {
-
 
294
	clear: both;
294
	overflow:none;
295
	overflow:none;
295
	margin:-1px 0 0 0;
296
	margin:-1px 0 0 0;
296
	border: 1px solid #AAA;
297
	border: 1px solid #AAA;
297
	border-radius:0 0 4px 4px;
298
	border-radius:0 0 4px 4px;
298
}
299
}
Line 410... Line 411...
410
/*+-----------------------------------------------------------------------------------------------------------------+*/
411
/*+-----------------------------------------------------------------------------------------------------------------+*/
411
/* Plugin Jquery Pagination */
412
/* Plugin Jquery Pagination */
412
.navigation {
413
.navigation {
413
	padding:5px;
414
	padding:5px;
414
	float:right;
415
	float:right;
-
 
416
	display: block;
415
}
417
}
416
.pagination {
418
.pagination {
417
	font-size: 80%;
419
	font-size: 80%;
418
}
420
}
419
.pagination a {
421
.pagination a {
Line 481... Line 483...
481
 
483
 
482
.info {
484
.info {
483
	padding:6px 8px;
485
	padding:6px 8px;
484
	font-size:1em;
486
	font-size:1em;
485
	background:white;
487
	background:white;
486
	width:100px;
488
	width:110px;
487
    box-shadow:0 0 15px black;
489
    box-shadow:0 0 15px black;
488
    border-radius:5px;
490
    border-radius:5px;
489
    line-height:18px;
491
    line-height:18px;
490
}
492
}
Line 495... Line 497...
495
}
497
}
496
.legend {
498
.legend {
497
	padding :3px;
499
	padding :3px;
498
	color:#999;
500
	color:#999;
499
}
501
}
500
.legend span {
502
.legend span.couleur-maille {
501
	width:18px;
503
	width:18px;
502
	height:18px;
504
	height:18px;
503
	float:left;
505
	float:left;
504
	margin-right:8px;
506
	margin-right:8px;
505
	opacity: 0.7;
507
	opacity: 0.7;
506
}
508
}
507
.nombre-sites {
-
 
508
	font-size:0.75em;
-
 
509
	font-family:sans-serif;
-
 
510
	text-align:center;
-
 
511
	color:black;
-
 
512
}
-
 
513
509
 
-
 
510
.legend table {
-
 
511
	border-collapse: separate;
-
 
512
	border: none;
-
 
513
}
-
 
514
 
-
 
515
.legend td {
-
 
516
	border: none;
-
 
517
}
-
 
518
 
-
 
519
.legend td.image-station {
-
 
520
	text-align: center;
-
 
521
}
-
 
522
 
-
 
523
.legend td.label-station {
-
 
524
	text-align: left;
-
 
525
	font-size: 0.9em;
-
 
526
}
-
 
527
 
-
 
528
#tooltip {
-
 
529
	position: absolute;
-
 
530
	z-index: 3000;
-
 
531
	border: none;
-
 
532
	border-radius : 5px;
-
 
533
	background-color: lightblue;
-
 
534
	padding: 5px;
-
 
535
	font-family : sans-serif;
-
 
536
	font-size:1.1em;
-
 
537
}
-
 
538
 
-
 
539
#tooltip h3, #tooltip div { margin: 0; }
-
 
540
514
541