Subversion Repositories eFlore/Applications.cel

Rev

Rev 3427 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3427 Rev 3454
Line 8... Line 8...
8
 
8
 
9
#zone-appli {
9
#zone-appli {
10
  padding: 2rem;
10
  padding: 2rem;
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: 2rem auto;
Line 14... Line 14...
14
}
14
}
15
 
15
 
16
#zone-appli .zone-alerte{
16
#zone-appli .zone-alerte{
Line 152... Line 152...
152
  align-self: start;
152
  align-self: start;
153
  justify-content: left;
153
  justify-content: left;
154
  align-content: flex-start;
154
  align-content: flex-start;
155
}
155
}
Line 156... Line 156...
156
 
156
 
-
 
157
#zone-appli .hidden,
157
#zone-appli .hidden {
158
#fenetre-modal .hidden {
158
  display: none !important;
159
  display: none !important;
Line 159... Line 160...
159
}
160
}
160
 
161
 
Line 559... Line 560...
559
.modal-header {
560
.modal-header {
560
  border-top: none;
561
  border-top: none;
561
  border-bottom: none;
562
  border-bottom: none;
562
}
563
}
Line -... Line 564...
-
 
564
 
-
 
565
.modal-dialog {
-
 
566
  max-width: 90vw;
-
 
567
}
-
 
568
 
-
 
569
.modal-content img {
-
 
570
  display: none;
-
 
571
}
-
 
572
 
-
 
573
.modal-body {
-
 
574
  padding: 0;
-
 
575
  margin:0 auto;
-
 
576
  text-align: center;
-
 
577
}
563
 
578
 
Line 564... Line 579...
564
/*************************************/
579
/*************************************/
Line 565... Line 580...
565
 
580
 
Line 611... Line 626...
611
  }
626
  }
Line 612... Line 627...
612
 
627
 
613
  #image-fond {
628
  #image-fond {
614
    display: none;
629
    display: none;
-
 
630
  }
-
 
631
 
-
 
632
  #fenetre-modal {
-
 
633
    padding: 0 !important;
-
 
634
  }
-
 
635
 
-
 
636
  .modal-dialog {
-
 
637
    max-width: unset;
-
 
638
    top: 0;
-
 
639
    bottom: 0;
-
 
640
    left: 0;
-
 
641
    right: 0;
-
 
642
    margin: 0;
-
 
643
  }
-
 
644
 
-
 
645
  .modal-dialog-centered {
-
 
646
    min-height: 100vh;
-
 
647
  }
-
 
648
 
-
 
649
  .modal-content {
-
 
650
    border: none;
-
 
651
    border-radius: 0;
-
 
652
    top: 0;
-
 
653
    bottom: 0;
-
 
654
    left: 0;
-
 
655
    right: 0;
-
 
656
    min-width: 100vw;
-
 
657
    min-height: 100vh;
-
 
658
    padding-right: 15px;
615
  }
659
  }