QSO Popup boxes changed to fixed width

pull/106/merge
Peter Goodhall 2011-09-28 16:41:45 +01:00
rodzic 77e12484c0
commit f682cbed97
3 zmienionych plików z 11 dodań i 15 usunięć

Wyświetl plik

@ -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'
});

Wyświetl plik

@ -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>

Wyświetl plik

@ -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