Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 197 Rev 210
Line 1... Line 1...
1
/* =========================== Balises ============================ 
1
/* =========================== Balises ============================ 
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
 
3
 
4
 
4
 
5
/* =========================== Style général ============================ */ 
5
/* =========================== Style général ============================ */ 
Line 200... Line 200...
200
.gros_bouton_validation {
200
.gros_bouton_validation {
201
	height: 50px;
201
	height: 50px;
202
	width: 200px;
202
	width: 200px;
203
	font-size: 20px;
203
	font-size: 20px;
204
	margin-top: 10x;
204
	margin-top: 10x;
205
	margin-right:10px;
205
	margin-right: 0px;
206
}
206
}
Line 207... Line 207...
207
 
207
 
208
#localiser_lat_lon {
208
#localiser_lat_lon {
209
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;	
209
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;	
Line 221... Line 221...
221
.icone_s {
221
.icone_s {
222
	height: 30px;
222
	height: 30px;
223
	width: 30px;	
223
	width: 30px;	
224
}
224
}
Line -... Line 225...
-
 
225
 
-
 
226
.formulaire_en_ligne {
-
 
227
  display: inline;
-
 
228
}
225
 
229
 
226
.valider_formulaire {
230
.valider_formulaire {
227
	cursor: pointer;
231
	cursor: pointer;
228
	background-color: transparent;
232
	background-color: transparent;
229
	background-image: url("../images/valider_s.png");
233
	background-image: url("../images/valider_s.png");
Line 263... Line 267...
263
 
267
 
264
.formulaire_informations_espece_mini img {
268
.formulaire_informations_espece_mini img {
265
	margin-top:-5px;
269
	margin-top:-5px;
Line -... Line 270...
-
 
270
}
-
 
271
 
-
 
272
#form_afficher_modification {
-
 
273
	margin-top: 10px;
-
 
274
}
-
 
275
 
-
 
276
.formulaire_suppression_station {
-
 
277
	margin-top: 10px;	
-
 
278
	margin-left: 2px;	
-
 
279
}
-
 
280
 
-
 
281
.formulaire_suppression_individu {
-
 
282
    margin-left: 2px;
Line 266... Line 283...
266
}
283
    margin-top: 10px;
Line 267... Line 284...
267
 
284
}
268
 
285
 
Line 344... Line 361...
344
	padding : 10px;
361
	padding : 10px;
345
	margin-top: 31px;
362
	margin-top: 31px;
346
}
363
}
Line 347... Line 364...
347
 
364
 
Line 348... Line 365...
348
 
365
 
349
/* =========================== Tableaux d'évenements ============================ */ 
366
/* =========================== Tableaux d'évenements ============================ */ 
350
 
367
 
Line 375... Line 392...
375
.stade_evenement {
392
.stade_evenement {
376
	text-align: center;
393
	text-align: center;
377
}
394
}
Line 378... Line 395...
378
 
395
 
Line 379... Line 396...
379
 
396
 
380
/* =========================== Styles des différents stades ============================ */ 
397
/* =========================== Styles des différents stades ============================ */ 
381
 
398
 
Line 397... Line 414...
397
 
414
 
398
.stade_1ere_apparition {
415
.stade_1ere_apparition {
399
	background-color: #B549B9;
416
	background-color: #B549B9;
Line -... Line 417...
-
 
417
}
Line -... Line 418...
-
 
418
 
-
 
419
/* ============ Style pour l'administration ============================== */
-
 
420
 
-
 
421
#barre_admin {
-
 
422
    -moz-border-radius: 10px 10px 10px 10px;
-
 
423
    background-color: #F4F2EB;
-
 
424
    border: 1px solid #D1C6A8;
-
 
425
    height: 22px;
-
 
426
    margin-bottom: 10px;
-
 
427
    padding: 5px;
-
 
428
}
-
 
429
 
-
 
430
#form_changement_identite {
-
 
431
	width: 330px;	
-
 
432
	display: inline;
-
 
433
}
-
 
434
 
-
 
435
.export_observation {
-
 
436
	background: url("../images/csv.png") no-repeat scroll 0 0 transparent;
400
}
437
    padding-left: 20px;
Line 401... Line 438...
401
 
438
};
402
 
439
 
403
/* ============ Styles crées par des effets javascripts automatiques ===== */
440
/* ============ Styles créés par des effets javascripts automatiques ===== */
Line 512... Line 549...
512
 
549
 
513
.autocompletion {
550
.autocompletion {
514
	position:relative;	
551
	position:relative;	
Line 515... Line 552...
515
}
552
}
516
 
553
 
517
.conteneur_suggestions {
554
.conteneur_suggestions, .conteneur_suggestions_utilisateur {
518
    position: absolute;
555
    position: absolute;
519
    left: 107px;
556
    left: 107px;
520
    width: 180px;
557
    width: 180px;
Line 524... Line 561...
524
    z-index: 300;
561
    z-index: 300;
525
    -moz-border-radius: 7px;
562
    -moz-border-radius: 7px;
526
	-webkit-border-radius: 7px;
563
	-webkit-border-radius: 7px;
527
	border-radius: 7px;
564
	border-radius: 7px;
528
}
565
}
-
 
566
 
-
 
567
.conteneur_suggestions_utilisateur {
-
 
568
	left: 188px;	
-
 
569
}
Line 529... Line 570...
529
 
570
 
530
.liste_suggestions {
571
.liste_suggestions {
531
    margin: 0px;
572
    margin: 0px;
532
    padding: 0px;
573
    padding: 0px;
Line 536... Line 577...
536
    margin: 0px 0px 3px 0px;
577
    margin: 0px 0px 3px 0px;
537
    padding: 3px;
578
    padding: 3px;
538
    cursor: pointer;
579
    cursor: pointer;
539
}
580
}
Line 540... Line 581...
540
 
581
 
541
#form_saisie_station .liste_suggestions li {
582
.liste_suggestions li {
542
	list-style-type: none;	
583
	list-style-type: none;	
543
	margin-left: 5px;
584
	margin-left: 5px;
544
	margin-right: 5px;
585
	margin-right: 5px;
Line 545... Line 586...
545
}
586
}
546
	
587
	
547
 
588
 
Line 548... Line 589...
548
.liste_suggestions .element_selectionne {
589
.liste_suggestions .element_selectionne {
Line 549... Line 590...
549
    background-color: #659CD8;
590
    background-color: #659CD8;
550
}
591
}
551
 
592
 
552
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
593
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */