QSO Popup boxes changed to fixed width

这个提交包含在:
Peter Goodhall 2011-09-28 16:41:45 +01:00
父节点 77e12484c0
当前提交 f682cbed97
共有 3 个文件被更改,包括 11 次插入15 次删除

查看文件

@ -10,11 +10,11 @@
$(document).ready(function() {
$(".qsobox").fancybox({
'width' : '75%',
'height' : '50%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'autoDimensions' : false,
'width' : 700,
'height' : 300,
'transitionIn' : 'fade',
'transitionOut' : 'fade',
'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" />
<script type="text/javascript">
$(document).ready(function() {
$(".qsobox").fancybox({
'width' : '75%',
'height' : '50%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'autoDimensions' : false,
'width' : 700,
'height' : 300,
'transitionIn' : 'fade',
'transitionOut' : 'fade',
'type' : 'iframe'
});
});
</script>
<h2>Logbook</h2>

查看文件

@ -147,7 +147,7 @@ margin: 10px 0;
<div id="stat">
<div id="map_canvas" style="width: 420px; height: 250px"></div>
<div id="map_canvas" style="width: 340px; height: 250px"></div>
<?php