src/pyams_skin/resources/less/modal.less
changeset 69 a361355b55c7
parent 15 62b8c75f11e7
child 75 74f191e6c96c
equal deleted inserted replaced
68:fd8fb93e1b6a 69:a361355b55c7
     5 .modal-backdrop,
     5 .modal-backdrop,
     6 .modal-backdrop.fade.in {
     6 .modal-backdrop.fade.in {
     7 	position: fixed;
     7 	position: fixed;
     8 	width: 100%;
     8 	width: 100%;
     9 	height: 100%;
     9 	height: 100%;
       
    10 	z-index: 990;
    10 }
    11 }
    11 
    12 
    12 .modal-dialog {
    13 .modal-dialog {
    13 	&.modal-max {
    14 	&.modal-max {
    14 		width: 98%;
    15 		width: 98%;
    28 	}
    29 	}
    29 	&.modal-small {
    30 	&.modal-small {
    30 		@media only screen and (min-width: 768px) {
    31 		@media only screen and (min-width: 768px) {
    31 			width: 40%;
    32 			width: 40%;
    32 			max-width: 450px;
    33 			max-width: 450px;
       
    34 		}
       
    35 	}
       
    36 	.modal-body {
       
    37 		.modal-viewport {
       
    38 			min-height: 140px;
    33 		}
    39 		}
    34 	}
    40 	}
    35 	.suffix {
    41 	.suffix {
    36 		.alert {
    42 		.alert {
    37 			margin-bottom: 0;
    43 			margin-bottom: 0;