Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3239 Rev 3240
Line 11... Line 11...
11
  border-radius: 0.3rem;
11
  border-radius: 0.3rem;
12
  background-color: rgba(255, 255, 255, 0.9);
12
  background-color: rgba(255, 255, 255, 0.9);
13
  margin-top: 2rem;
13
  margin-top: 2rem;
14
}
14
}
Line -... Line 15...
-
 
15
 
-
 
16
#zone-appli .zone-alerte{
-
 
17
  width: 100%;
-
 
18
}
15
 
19
 
16
h1, h2, h3, h4, h5 {
20
h1, h2, h3, h4, h5 {
17
  font-family: Muli,sans-serif;
21
  font-family: Muli,sans-serif;
Line 18... Line 22...
18
}
22
}
Line 465... Line 469...
465
  bottom: 0;
469
  bottom: 0;
466
}
470
}
Line 467... Line 471...
467
 
471
 
468
#zone-appli #formulaire #form-supp #zone-supp .checkboxes {
472
#zone-appli #formulaire #form-supp #zone-supp .checkboxes {
469
  position: absolute;
473
  position: absolute;
-
 
474
  z-index: 1001;
470
  z-index: 998;
475
  top: 120%;
471
  left: 1rem;
476
  left: 1rem;
472
  right: 1rem;
477
  right: 1rem;
473
  background-color: #fff;
478
  background-color: #fff;
-
 
479
  border: 1px solid #ced4da;
474
  border: 1px solid #ced4da;
480
  border-top: 0;
475
  border-radius: 0 0 0.3rem 0.3rem;
481
  border-radius: 0 0 0.3rem 0.3rem;
476
  margin-top: -0.3rem;
482
  margin-top: -0.3rem;
Line 477... Line 483...
477
}
483
}
Line 500... Line 506...
500
  margin: 0.5rem;
506
  margin: 0.5rem;
501
}
507
}
Line 502... Line 508...
502
 
508
 
Line 503... Line 509...
503
/*************************************************************************/
509
/*************************************************************************/
504
 
510
 
505
 .range-values {
511
.range-values {
Line 506... Line 512...
506
  color: #606060;
512
  color: #606060;
507
}
513
}
Line 700... Line 706...
700
  overflow: inherit !important;
706
  overflow: inherit !important;
701
}
707
}
Line 702... Line 708...
702
 
708
 
Line 703... Line 709...
703
/*************************************/
709
/*************************************/
-
 
710
 
704
 
711
@media screen and ( max-width: 768px ) {
705
@media screen and ( max-width: 765px ) {
712
 
706
  #bouton-connexion, #creation-compte {
713
  #bouton-connexion, #creation-compte {
-
 
714
    display: block;
-
 
715
    width: 100%;
-
 
716
    position: static;
-
 
717
  }
-
 
718
 
-
 
719
  .navbar-nav, .nav {
-
 
720
    flex-direction: column;
-
 
721
  }
-
 
722
 
-
 
723
  #transmettre-obs.droite {
-
 
724
    float: none;
-
 
725
  }
-
 
726
 
-
 
727
  .obs {
-
 
728
    height: auto;
-
 
729
  }
-
 
730
 
-
 
731
  .obs .unstyled {
-
 
732
    font-size: 0.6rem;
-
 
733
  }
-
 
734
 
-
 
735
  .obs .nom-sci {
-
 
736
    font-size: 0.8rem;
-
 
737
  }
-
 
738
 
-
 
739
  .supprimer-obs {
-
 
740
    overflow: hidden;
-
 
741
  }
-
 
742
 
707
    display: block;
743
  #image-fond {
708
    width: 100%;
744
    display: none;
Line -... Line 745...
-
 
745
  }