Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 116 Rev 139
Line 174... Line 174...
174
 
174
 
Line 175... Line 175...
175
 
175
 
-
 
176
/* =========================== Formulaires de l'application ============================ */
176
/* =========================== Formulaires de l'application ============================ */
177
 
177
 
178
#saisie_station {
Line 178... Line 179...
178
#saisie_station {
179
	padding-left: 20px;
-
 
180
	width: 700px;	
-
 
181
}
179
	width: 700px;	
182
 
180
}
183
.element_formulaire label {
Line 181... Line 184...
181
 
184
	color: black;
182
.element_formulaire label {
185
    font-size: 1.3em;
183
	width:150px;	
186
    width: 150px;
Line 291... Line 294...
291
hr.separation_section {
294
hr.separation_section {
292
	margin-top: 25px;	
295
	margin-top: 25px;	
293
}
296
}
Line 294... Line 297...
294
 
297
 
295
.informations_espece img {
298
.informations_espece img {
296
	margin-top:-35px;	
299
	margin-top: -15px;
Line 297... Line 300...
297
}
300
}
298
 
301
 
299
.annee_observation {
302
.annee_observation {
Line 338... Line 341...
338
	padding : 10px;
341
	padding : 10px;
339
	border: 1px solid #C6B895;	
342
	border: 1px solid #C6B895;	
340
	margin-top: 31px;
343
	margin-top: 31px;
341
}
344
}
Line -... Line 345...
-
 
345
 
-
 
346
#lien_ajout_individu {
-
 
347
	background: url("../images/ajout.png") no-repeat scroll -9px -7px transparent;
-
 
348
	padding-left: 20px;
-
 
349
	padding-top: 2px;
-
 
350
}
-
 
351
 
-
 
352
.description_espece {
-
 
353
    font-style: italic;
-
 
354
    text-align: justify;
-
 
355
    width: 550px;
-
 
356
}
Line 342... Line 357...
342
 
357
 
Line 343... Line 358...
343
 
358
 
344
/* =========================== Tableaux d'évenements ============================ */ 
359
/* =========================== Tableaux d'évenements ============================ */ 
Line 433... Line 448...
433
	padding: 0;
448
	padding: 0;
434
	float: left;
449
	float: left;
435
	list-style: none;
450
	list-style: none;
436
	height: 32px; /*--Set height of tabs--*/
451
	height: 32px; /*--Set height of tabs--*/
437
	border-bottom: 1px solid #999;
452
	border-bottom: 1px solid #999;
438
	border-left: 1px solid #999;
-
 
439
}
453
}
Line 440... Line 454...
440
 
454
 
441
ul.liste_onglets li {
455
ul.liste_onglets li {
442
	float: left;
456
	float: left;
Line 456... Line 470...
456
	text-decoration: none;
470
	text-decoration: none;
457
	color: #000;
471
	color: #000;
458
	display: block;
472
	display: block;
459
	font-size: 1.2em;
473
	font-size: 1.2em;
460
	padding: 0 20px;
474
	padding: 0 20px;
461
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
-
 
462
	outline: none;
475
	outline: none;
463
}
476
}
Line 464... Line -...
464
 
-
 
465
ul.liste_onglets li a:hover {
-
 
466
	background: #ccc;
-
 
467
}
-
 
468
 
477
 
469
html ul.liste_onglets li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
478
html ul.liste_onglets li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
470
	background: #fff;
-
 
471
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
479
	background: #fff;
Line 472... Line 480...
472
}
480
}
473
 
481
 
474
#onglets  {
482
#onglets  {
Line 478... Line 486...
478
	bottom: -1px;
486
	bottom: -1px;
479
	z-index: 1;
487
	z-index: 1;
480
	clear:left;
488
	clear:left;
481
}
489
}
Line -... Line 490...
-
 
490
 
-
 
491
#onglets ul.liste_onglets li {
-
 
492
	background: none;
-
 
493
	margin: 0;
-
 
494
	border-left: 1px solid;
-
 
495
}
-
 
496
 
-
 
497
#onglets ul.liste_onglets li a {
-
 
498
	padding-left: 20px;
-
 
499
	padding-right: 20px;	
-
 
500
}
482
 
501
 
483
.conteneur_onglets {
502
.conteneur_onglets {
484
	border: 1px solid #999;
503
	border: 1px solid #999;
485
	overflow: hidden;
504
	overflow: hidden;
486
	float: left;
505
	float: left;