kopia lustrzana https://github.com/magicbug/Cloudlog
QSO Popup boxes changed to fixed width
rodzic
77e12484c0
commit
f682cbed97
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue