Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3242 Rev 3260
Line 15... Line 15...
15
 
15
 
16
#zone-appli .zone-alerte{
16
#zone-appli .zone-alerte{
17
  width: 100%;
17
  width: 100%;
Line -... Line 18...
-
 
18
}
-
 
19
 
-
 
20
#logo {
-
 
21
  max-width: 100%;
18
}
22
}
19
 
23
 
20
h1, h2, h3, h4, h5 {
24
h1, h2, h3, h4, h5 {
Line 21... Line 25...
21
  font-family: Muli,sans-serif;
25
  font-family: Muli,sans-serif;
Line 254... Line 258...
254
  align-items: center;
258
  align-items: center;
255
  display: flex;
259
  display: flex;
256
  font-weight: 400;
260
  font-weight: 400;
257
}
261
}
Line 258... Line -...
258
 
-
 
259
 
262
 
Line 260... Line -...
260
/*************************************************************************/
-
 
261
 
263
/*************************************************************************/
262
 
264
 
263
form#form-observateur,
265
form#form-observateur,
264
form#form-observation,
266
form#form-observation,
265
form#form-supp,
267
form#form-supp,
Line 418... Line 420...
418
#form-supp select,
420
#form-supp select,
419
#form-supp .selectBox select{
421
#form-supp .selectBox select{
420
  border-radius: 0.3rem;
422
  border-radius: 0.3rem;
421
}
423
}
Line 422... Line -...
422
 
-
 
423
/*#form-supp select,
-
 
424
#form-supp select:required {
-
 
425
  text-transform:none;
-
 
426
  /* On retire la 'flèche' par defaut */
-
 
427
  /*-webkit-appearance: none;
-
 
428
  -moz-appearance: none;
-
 
429
  -ms-appearance: none;
-
 
430
  -o-appearance: none;
-
 
431
  appearance: none;
-
 
432
}*/
-
 
433
 
-
 
434
/*#form-supp .select-wrapper::after,
-
 
435
#zone-appli #formulaire #form-supp #zone-supp .selectBox::after,
-
 
436
#zone-appli #formulaire #form-supp #zone-supp .select-wrapper::after  {*/
-
 
437
  /* Ajout et style d'une "flèche bas" */
-
 
438
  /*content: '⌄';
-
 
439
  pointer-events: none;
-
 
440
  position: absolute;
-
 
441
  right: 0.5rem;
-
 
442
  top:-10px;
-
 
443
  font-size: 2rem;
-
 
444
  font-weight: 300;
-
 
445
}*/
-
 
446
 
424
 
447
#form-supp .select-wrapper,
425
#form-supp .select-wrapper,
448
#zone-appli #formulaire #form-supp #zone-supp .selectBox {
426
#zone-appli #formulaire #form-supp #zone-supp .selectBox {
449
  position: relative;
427
  position: relative;
450
  z-index: 1000;
428
  z-index: 1000;
Line 563... Line 541...
563
  cursor: pointer;
541
  cursor: pointer;
564
}
542
}
Line 565... Line 543...
565
 
543
 
Line 566... Line -...
566
/*************************************/
-
 
567
 
-
 
568
/*#miniatures {
-
 
569
  display: flex;
-
 
570
  flex-flow: row wrap;
-
 
571
  justify-content: flex-start;
-
 
572
  align-content:flex-end;
-
 
573
}*/
544
/*************************************/
574
 
545
 
575
#miniatures .miniature {
546
#miniatures .miniature {
Line 576... Line 547...
576
  position: relative;
547
  position: relative;
Line 704... Line 675...
704
}
675
}
Line 705... Line 676...
705
 
676
 
706
.modal-open, body.modal-open {
677
.modal-open, body.modal-open {
707
  overflow: inherit !important;
678
  overflow: inherit !important;
-
 
679
}
708
}
680
 
709
.custom-range {
681
.custom-range {
710
  border: none;
682
  border: none;
Line 711... Line 683...
711
}
683
}
Line 712... Line 684...
712
 
684
 
Line -... Line 685...
-
 
685
/*************************************/
-
 
686
 
-
 
687
@media screen and ( max-width: 768px ) {
-
 
688
 
-
 
689
  #titre-projet {
-
 
690
    font-size: 1.5rem;
-
 
691
  }
-
 
692
 
-
 
693
  h2 {
-
 
694
    font-size: 1.3rem;
-
 
695
  }
-
 
696
 
713
/*************************************/
697
  #logo {
714
 
698
    max-width: 80%;
715
@media screen and ( max-width: 768px ) {
699
  }
716
 
700
 
717
  #bouton-connexion, #creation-compte {
701
  #bouton-connexion, #creation-compte {