Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 320 Rev 324
Line 357... Line 357...
357
.ajouter_observation .date_observation {
357
.ajouter_observation .date_observation {
358
	background: url("../images/ajout.png") no-repeat center center transparent;
358
	background: url("../images/ajout.png") no-repeat center center transparent;
359
	width: 20px;
359
	width: 20px;
360
}
360
}
Line -... Line 361...
-
 
361
 
-
 
362
.ajouter_observation .absence_observation {
-
 
363
	background: url("../images/absence.png") no-repeat center center transparent;
-
 
364
	width: 20px;
-
 
365
}
-
 
366
 
-
 
367
.ajouter_observation.hide,
-
 
368
.ajouter_observation .conteneur_supprimer_observation,
-
 
369
.ajouter_observation .absence_observation.hide {
-
 
370
	display: none;
-
 
371
}
361
 
372
 
362
.conteneur_supprimer_observation {
373
.conteneur_supprimer_observation {
363
	position: absolute;
374
	position: absolute;
364
	right: 0px;
375
	right: 0px;
365
	top: 0px;
376
	top: 0px;
Line 396... Line 407...
396
	padding-top: 5px;
407
	padding-top: 5px;
397
	padding-bottom: 5px;
408
	padding-bottom: 5px;
398
	position: relative;
409
	position: relative;
399
}
410
}
Line -... Line 411...
-
 
411
 
-
 
412
.date_observation:not(.icone) {
-
 
413
	padding-left: 20px;
-
 
414
	padding-right: 20px;
-
 
415
}
-
 
416
 
400
 
417
 
401
.date_observation_individu .ui-datepicker {
418
.date_observation_individu .ui-datepicker {
402
	position: absolute;
419
	position: absolute;
403
	top: 100%;
420
	top: 100%;
404
	left: 0%;
421
	left: 0%;
Line 417... Line 434...
417
	background-color: #F4F2EB;
434
	background-color: #F4F2EB;
418
	padding : 10px;
435
	padding : 10px;
419
	margin-top: 31px;
436
	margin-top: 31px;
420
}
437
}
Line -... Line 438...
-
 
438
 
-
 
439
#fiche_individu .commentaire_individu {
-
 
440
	font-style: italic;
-
 
441
	white-space: pre;
-
 
442
}
-
 
443
 
-
 
444
textarea[name="individu_commentaire"] {
-
 
445
	width: 550px;
-
 
446
	min-height: 160px;
-
 
447
	border-radius: 5px;
-
 
448
	height: 75px;
-
 
449
	border: 1px solid #ACACAC;
Line 421... Line 450...
421
 
450
}
Line 422... Line 451...
422
 
451
 
423
/* =========================== Tableaux d'évenements ============================ */
452
/* =========================== Tableaux d'évenements ============================ */