src/ztfy/myams/resources/less/modal.less
changeset 206 02a40997d8cb
parent 182 681edeb5c6ef
equal deleted inserted replaced
205:27ed26ca8623 206:02a40997d8cb
    13 .modal-dialog {
    13 .modal-dialog {
    14 	&.modal-max {
    14 	&.modal-max {
    15 		width: 98%;
    15 		width: 98%;
    16 		max-width: 98%;
    16 		max-width: 98%;
    17 	}
    17 	}
       
    18 	&.modal-xlarge {
       
    19 		@media only screen and (min-width: 768px) {
       
    20 			width: 95%;
       
    21 			max-width: 1000px;
       
    22 		}
       
    23 	}
    18 	&.modal-large {
    24 	&.modal-large {
    19 		@media only screen and (min-width: 768px) {
    25 		@media only screen and (min-width: 768px) {
    20 			width: 80%;
    26 			width: 80%;
    21 			max-width: 900px;
    27 			max-width: 900px;
    22 		}
    28 		}
    61 		bottom: -19px;
    67 		bottom: -19px;
    62 		z-index: 1;
    68 		z-index: 1;
    63 	}
    69 	}
    64 }
    70 }
    65 .modal-title {
    71 .modal-title {
       
    72 	min-height: 1.1em;
       
    73 
    66 	img {
    74 	img {
    67 		margin: 0 15px 0 0;
    75 		margin: 0 15px 0 0;
    68 	}
    76 	}
    69 }
    77 }
    70 
    78