src/ztfy/myams/resources/less/modal.less
changeset 156 61176c64158d
parent 134 0f48f65f8290
child 182 681edeb5c6ef
equal deleted inserted replaced
155:e0fb6fd568eb 156:61176c64158d
    36 	.modal-body {
    36 	.modal-body {
    37 		.modal-viewport {
    37 		.modal-viewport {
    38 			min-height: 140px;
    38 			min-height: 140px;
    39 		}
    39 		}
    40 	}
    40 	}
       
    41 	.close:hover {
       
    42 		background-color: white;
       
    43 	}
    41 	.suffix {
    44 	.suffix {
    42 		.alert {
    45 		.alert {
    43 			margin-bottom: 0;
    46 			margin-bottom: 0;
    44 
    47 
    45 			&:last-child {
    48 			&:last-child {
    47 			}
    50 			}
    48 		}
    51 		}
    49 	}
    52 	}
    50 }
    53 }
    51 
    54 
       
    55 .modal-header {
       
    56 	position: relative;
       
    57 
       
    58 	.toolbar {
       
    59 		position: absolute;
       
    60 		right: 10px;
       
    61 		bottom: -19px;
       
    62 		z-index: 1;
       
    63 	}
       
    64 }
    52 .modal-title {
    65 .modal-title {
    53 	img {
    66 	img {
    54 		margin: 0 15px 0 0;
    67 		margin: 0 15px 0 0;
    55 	}
    68 	}
    56 }
    69 }
    57 
    70 
    58 .modal-overflow {
    71 .modal-overflow {
    59 	.modal-body {
    72 	.modal-body {
    60 		overflow: hidden;
    73 		overflow: hidden;
       
    74 	}
       
    75 }
       
    76 .modal-viewport {
       
    77 	fieldset {
       
    78 		.alert {
       
    79 			margin: 0 -5px 5px!important;
       
    80 		}
    61 	}
    81 	}
    62 }
    82 }
    63 
    83 
    64 .ui-dialog {
    84 .ui-dialog {
    65 	position: absolute;
    85 	position: absolute;