Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 110 Rev 116
Line 31... Line 31...
31
 
31
 
32
.information div {
32
.information div {
33
	margin-top: 15px
33
	margin-top: 15px
Line -... Line 34...
-
 
34
}
-
 
35
 
-
 
36
span.erreur {
-
 
37
	color: red;	
-
 
38
}
-
 
39
 
-
 
40
input.erreur {
-
 
41
	border: 1px solid red;	
-
 
42
}
-
 
43
 
-
 
44
#center {
-
 
45
	width: 720px;	
Line 34... Line 46...
34
}
46
}
Line 35... Line 47...
35
 
47
 
36
 
48
 
Line 118... Line 130...
118
#annee_en_cours {
130
#annee_en_cours {
119
	font-size: 1.6em;
131
	font-size: 1.6em;
120
	color: #9AC343;	
132
	color: #9AC343;	
121
}
133
}
Line -... Line 134...
-
 
134
 
-
 
135
#retour_au_site ul li {
122
 
136
	background: url("../images/retour.png") no-repeat scroll 0 30% transparent
Line 123... Line 137...
123
 
137
}
Line 124... Line 138...
124
 
138
 
Line 285... Line 299...
285
.annee_observation {
299
.annee_observation {
286
	padding-left: 10px;	
300
	padding-left: 10px;	
287
}
301
}
Line 288... Line 302...
288
 
302
 
289
.observations_individu {
303
.observations_individu {
290
	display: inline;
304
    display: table-cell;
291
	float: left;	
305
    height: 400px;
292
	width: 200px;
-
 
293
	height: 400px;
306
    width: 250px;
Line 294... Line 307...
294
}
307
}
295
 
308
 
296
.observations_individu {
309
.observations_individu {
Line 318... Line 331...
318
 
331
 
Line 319... Line 332...
319
.calendrier {
332
.calendrier {
Line -... Line 333...
-
 
333
	
-
 
334
}
-
 
335
 
-
 
336
#fiche_individu {
-
 
337
	background-color: #F4F2EB;
-
 
338
	padding : 10px;
-
 
339
	border: 1px solid #C6B895;	
Line 320... Line 340...
320
	
340
	margin-top: 31px;
Line 321... Line 341...
321
}
341
}
322
 
342
 
Line 382... Line 402...
382
}
402
}
Line 383... Line 403...
383
 
403
 
384
.conteneur_type {
404
.conteneur_type {
385
	float: right;
405
	float: right;
386
	align: center;
406
	align: center;
387
	width: 250px;
407
	width: 230px;
Line 388... Line 408...
388
}
408
}
389
 
409
 
-
 
410
h4.lien_pliage {
390
h4.lien_pliage {
411
	text-decoration: underline;	
Line 391... Line 412...
391
	text-decoration: underline;	
412
	display: inline;
392
}
413
}
393
 
414