Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 292 | Rev 324 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 292 Rev 320
Line 219... Line 219...
219
	text-align: center;
219
	text-align: center;
220
	width:715px;
220
	width:715px;
221
}
221
}
Line 222... Line 222...
222
 
222
 
223
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
223
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
224
	height: 40px;	
224
	/*height: 40px;*/
Line 225... Line 225...
225
}
225
}
226
 
226
 
227
.icone_s {
227
.icone_s {
Line 352... Line 352...
352
#center .observations_individu h4 {
352
#center .observations_individu h4 {
353
	padding: 5px;
353
	padding: 5px;
354
	color: black;
354
	color: black;
355
}
355
}
Line -... Line 356...
-
 
356
 
-
 
357
.ajouter_observation .date_observation {
-
 
358
	background: url("../images/ajout.png") no-repeat center center transparent;
-
 
359
	width: 20px;
-
 
360
}
-
 
361
 
-
 
362
.conteneur_supprimer_observation {
-
 
363
	position: absolute;
-
 
364
	right: 0px;
-
 
365
	top: 0px;
-
 
366
	width: 20px;
-
 
367
	height: 100%;
-
 
368
	display: flex;
-
 
369
	align-items: center;
-
 
370
	justify-content: center;
-
 
371
}
-
 
372
 
-
 
373
.supprimer_observation {
-
 
374
	background: url("../images/suppression.png") no-repeat center center transparent;
-
 
375
	width: 20px;
-
 
376
	display: none;
-
 
377
}
-
 
378
 
-
 
379
.date_observation_individu:not(.ajouter_observation):hover .supprimer_observation {
-
 
380
	display: block;
-
 
381
}
-
 
382
 
-
 
383
.conteneur_date_observation {
-
 
384
	padding: 0;
-
 
385
	position: relative;
-
 
386
	vertical-align: top;
-
 
387
}
356
 
388
 
-
 
389
.date_observation_individu {
-
 
390
	height: 100%;
-
 
391
	width: 100%;
-
 
392
	display: flex;
-
 
393
	align-items: center;
-
 
394
	justify-content: center;
-
 
395
	flex: 1;
-
 
396
	padding-top: 5px;
-
 
397
	padding-bottom: 5px;
-
 
398
	position: relative;
Line -... Line 399...
-
 
399
}
-
 
400
 
-
 
401
.date_observation_individu .ui-datepicker {
-
 
402
	position: absolute;
-
 
403
	top: 100%;
-
 
404
	left: 0%;
-
 
405
	z-index: 1;
-
 
406
}
-
 
407
 
357
.date_observation_individu {
408
.icone:hover {
Line 358... Line 409...
358
 
409
	filter: grayscale(100%);
Line 359... Line 410...
359
}
410
}
Line 533... Line 584...
533
	float: left;
584
	float: left;
534
	list-style: none;
585
	list-style: none;
535
	height: 32px; /*--Set height of tabs--*/
586
	height: 32px; /*--Set height of tabs--*/
536
	border-bottom: 1px solid #999;
587
	border-bottom: 1px solid #999;
537
	border-left: 1px solid #999;
588
	border-left: 1px solid #999;
-
 
589
	border-top-left-radius: 10px;
-
 
590
	border-top-right-radius: 10px;
538
}
591
}
Line 539... Line 592...
539
 
592
 
540
#saisie_espece ul.liste_onglets li {
593
#saisie_espece ul.liste_onglets li {
541
	-moz-border-radius-topleft: 0px;
594
	-moz-border-radius-topleft: 0px;
Line 585... Line 638...
585
	border: 1px solid #999;
638
	border: 1px solid #999;
586
	overflow: hidden;
639
	overflow: hidden;
587
	float: left;
640
	float: left;
588
	background: #fff;
641
	background: #fff;
589
	position: relative;
642
	position: relative;
590
	width:565px;
643
	width: 100%;
-
 
644
	display: flex;
-
 
645
	justify-content: center;
-
 
646
	margin-left: 10px;
591
}
647
}
Line 592... Line 648...
592
 
648
 
593
#saisie_espece .contenu_onglet {
649
#saisie_espece .contenu_onglet {
594
	padding: 20px;
650
	padding: 20px;