QSO Popup boxes changed to fixed width
这个提交包含在:
		
							父节点
							
								
									77e12484c0
								
							
						
					
					
						当前提交
						f682cbed97
					
				
					共有  3 个文件被更改,包括 11 次插入 和 15 次删除
				
			
		|  | @ -10,11 +10,11 @@ | ||||||
| 
 | 
 | ||||||
| 		$(document).ready(function() { | 		$(document).ready(function() { | ||||||
| 			$(".qsobox").fancybox({ | 			$(".qsobox").fancybox({ | ||||||
| 				'width'				: '75%', | 				'autoDimensions'	: false, | ||||||
| 				'height'			: '50%', | 				'width'         	: 700, | ||||||
| 				'autoScale'			: false, | 				'height'        	: 300, | ||||||
| 				'transitionIn'		: 'none', | 				'transitionIn'		: 'fade', | ||||||
| 				'transitionOut'		: 'none', | 				'transitionOut'		: 'fade', | ||||||
| 				'type'				: 'iframe' | 				'type'				: 'iframe' | ||||||
| 			}); | 			}); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -5,20 +5,16 @@ | ||||||
| 	<link rel="stylesheet" type="text/css" href="<?php echo base_url() ;?>/fancybox/jquery.fancybox-1.3.4.css" media="screen" /> | 	<link rel="stylesheet" type="text/css" href="<?php echo base_url() ;?>/fancybox/jquery.fancybox-1.3.4.css" media="screen" /> | ||||||
| 	 | 	 | ||||||
| 	<script type="text/javascript"> | 	<script type="text/javascript"> | ||||||
| 
 |  | ||||||
| 		$(document).ready(function() { | 		$(document).ready(function() { | ||||||
| 			$(".qsobox").fancybox({ | 			$(".qsobox").fancybox({ | ||||||
| 				'width'				: '75%', | 				'autoDimensions'	: false, | ||||||
| 				'height'			: '50%', | 				'width'         	: 700, | ||||||
| 				'autoScale'			: false, | 				'height'        	: 300, | ||||||
| 				'transitionIn'		: 'none', | 				'transitionIn'		: 'fade', | ||||||
| 				'transitionOut'		: 'none', | 				'transitionOut'		: 'fade', | ||||||
| 				'type'				: 'iframe' | 				'type'				: 'iframe' | ||||||
| 			}); | 			}); | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| 		}); | 		}); | ||||||
| 
 |  | ||||||
| 	</script> | 	</script> | ||||||
| 	 | 	 | ||||||
| <h2>Logbook</h2> | <h2>Logbook</h2> | ||||||
|  |  | ||||||
|  | @ -147,7 +147,7 @@ margin: 10px 0; | ||||||
| 		 | 		 | ||||||
| 		<div id="stat"> | 		<div id="stat"> | ||||||
| 
 | 
 | ||||||
| <div id="map_canvas" style="width: 420px; height: 250px"></div>  | <div id="map_canvas" style="width: 340px; height: 250px"></div>  | ||||||
| 
 | 
 | ||||||
| <?php | <?php | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用